hellower

Results 7 issues of hellower

client_pid(worker_pid) The server running pg_timetable may be different, but coincidentally the pid may be the same. At my docker enviroment, serveral same pid(differnt docker constainer) happended. Duplicate execution can be...

``` redis> SADD mybasket goods-id redis> expire mybasket goods-id 10 redis> 1 redis> expire mybasket goods-id1 goods-id2 goods-id3 10 redis> 3 ``` ``` redis> sadd myset mem10 redis> 1 redis>...

feature

os: debian 11 **I. make** .............................................. Generating v8 configuration Done. Made 164 targets from 90 files in 197ms Building v8 ninja: Entering directory `./out.gn' [1278/1287] LINK ./mksnapshot **FAILED: mksnapshot python3...

SQL> \dx List of installed extensions Name | Version | Schema | Description ---------+---------+------------+------------------------------------------------ plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language plv8 | 2.3.10 | pg_catalog | PL/JavaScript...

I built using this file ("https://github.com/plv8/plv8/blob/r3.1/platforms/Docker/bullseye/14.5/Dockerfile") and compiled succeeded. but plv8-3.1.4.so file is too large. ................................................................................ postgres@090741cb77d8:/usr/lib/postgresql/14/lib$ ls -l plv8-3.1.4.so -rwxr-xr-x 1 root root **_1444874560_** Aug 30 00:19 plv8-3.1.4.so postgres@090741cb77d8:/usr/lib/postgresql/14/lib$...

pg: 15 oracle:12c SELECT * FROM dblink.query('server_oracle','select owner, object_name, object_id, created from dba_objects where rownum < 10') as t(c1 text, c2 text, c3 integer, c4 timestamp); -------------------------------------------------------------------------------------------------- SYS .xdk_version_12.2.0.1.0_production 58117...

Like in PostgreSQL, the schema information of the currently logged-in database should be displayed.

CI Failure