2024-11-14 22:04:58.051 UTC postmaster[38287] LOG: starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit 2024-11-14 22:04:58.051 UTC postmaster[38287] LOG: listening on Unix socket "/tmp/pg_regress-qqRJ9D/.s.PGSQL.40012" 2024-11-14 22:04:58.054 UTC startup[38290] LOG: database system was shut down at 2024-11-14 21:59:51 UTC 2024-11-14 22:04:58.058 UTC postmaster[38287] LOG: database system is ready to accept connections 2024-11-14 22:04:58.202 UTC client backend[38299] pg_regress/dblink ERROR: invalid attribute number 4 2024-11-14 22:04:58.202 UTC client backend[38299] pg_regress/dblink STATEMENT: SELECT dblink_build_sql_insert('foo','1 2 3 4',4,'{"0", "a", "{a0,b0,c0}"}','{"99", "xyz", "{za0,zb0,zc0}"}'); 2024-11-14 22:04:58.203 UTC client backend[38299] pg_regress/dblink ERROR: invalid attribute number 4 2024-11-14 22:04:58.203 UTC client backend[38299] pg_regress/dblink STATEMENT: SELECT dblink_build_sql_update('foo','1 2 3 4',4,'{"0", "a", "{a0,b0,c0}"}','{"99", "xyz", "{za0,zb0,zc0}"}'); 2024-11-14 22:04:58.203 UTC client backend[38299] pg_regress/dblink ERROR: invalid attribute number 4 2024-11-14 22:04:58.203 UTC client backend[38299] pg_regress/dblink STATEMENT: SELECT dblink_build_sql_delete('foo','1 2 3 4',4,'{"0", "a", "{a0,b0,c0}"}'); 2024-11-14 22:04:58.208 UTC client backend[38299] pg_regress/dblink ERROR: invalid attribute number 4 2024-11-14 22:04:58.208 UTC client backend[38299] pg_regress/dblink STATEMENT: SELECT dblink_build_sql_insert('foo_1','1 2 3 4',4,'{"0", "a", "{a0,b0,c0}"}','{"99", "xyz", "{za0,zb0,zc0}"}'); 2024-11-14 22:04:58.208 UTC client backend[38299] pg_regress/dblink ERROR: invalid attribute number 4 2024-11-14 22:04:58.208 UTC client backend[38299] pg_regress/dblink STATEMENT: SELECT dblink_build_sql_update('foo_1','1 2 3 4',4,'{"0", "a", "{a0,b0,c0}"}','{"99", "xyz", "{za0,zb0,zc0}"}'); 2024-11-14 22:04:58.208 UTC client backend[38299] pg_regress/dblink ERROR: invalid attribute number 4 2024-11-14 22:04:58.208 UTC client backend[38299] pg_regress/dblink STATEMENT: SELECT dblink_build_sql_delete('foo_1','1 2 3 4',4,'{"0", "a", "{a0,b0,c0}"}'); 2024-11-14 22:04:58.220 UTC client backend[38299] pg_regress/dblink ERROR: connection not available 2024-11-14 22:04:58.220 UTC client backend[38299] pg_regress/dblink STATEMENT: SELECT * FROM dblink('SELECT * FROM foo') AS t(a int, b text, c text[]) WHERE t.a > 7; 2024-11-14 22:04:58.305 UTC client backend[38303] pg_regress ERROR: relation "foobar" does not exist at character 49 2024-11-14 22:04:58.305 UTC client backend[38303] pg_regress STATEMENT: DECLARE rmt_foo_cursor CURSOR FOR SELECT * FROM foobar 2024-11-14 22:04:58.309 UTC client backend[38303] pg_regress ERROR: cursor "rmt_foobar_cursor" does not exist 2024-11-14 22:04:58.309 UTC client backend[38303] pg_regress STATEMENT: FETCH 4 FROM rmt_foobar_cursor 2024-11-14 22:04:58.310 UTC client backend[38303] pg_regress ERROR: cursor "rmt_foobar_cursor" does not exist 2024-11-14 22:04:58.310 UTC client backend[38303] pg_regress STATEMENT: CLOSE rmt_foobar_cursor 2024-11-14 22:04:58.311 UTC client backend[38303] pg_regress ERROR: cursor "rmt_foo_cursor" does not exist 2024-11-14 22:04:58.311 UTC client backend[38303] pg_regress STATEMENT: FETCH 4 FROM rmt_foo_cursor 2024-11-14 22:04:58.311 UTC client backend[38299] pg_regress/dblink ERROR: cursor "rmt_foo_cursor" does not exist 2024-11-14 22:04:58.311 UTC client backend[38299] pg_regress/dblink CONTEXT: while fetching from cursor "rmt_foo_cursor" on unnamed dblink connection 2024-11-14 22:04:58.311 UTC client backend[38299] pg_regress/dblink STATEMENT: SELECT * FROM dblink_fetch('rmt_foo_cursor',4) AS t(a int, b text, c text[]); 2024-11-14 22:04:58.311 UTC client backend[38303] pg_regress ERROR: cursor "rmt_foo_cursor" does not exist 2024-11-14 22:04:58.311 UTC client backend[38303] pg_regress STATEMENT: FETCH 4 FROM rmt_foo_cursor 2024-11-14 22:04:58.311 UTC client backend[38299] pg_regress/dblink ERROR: connection not available 2024-11-14 22:04:58.311 UTC client backend[38299] pg_regress/dblink STATEMENT: SELECT * FROM dblink('SELECT * FROM foo') AS t(a int, b text, c text[]) WHERE t.a > 7; 2024-11-14 22:04:58.324 UTC client backend[38305] pg_regress ERROR: relation "foobar" does not exist at character 15 2024-11-14 22:04:58.324 UTC client backend[38305] pg_regress STATEMENT: SELECT * FROM foobar 2024-11-14 22:04:58.327 UTC client backend[38305] pg_regress ERROR: relation "foobar" does not exist at character 8 2024-11-14 22:04:58.327 UTC client backend[38305] pg_regress STATEMENT: UPDATE foobar SET f3[2] = 'b99' WHERE f1 = 11 2024-11-14 22:04:58.328 UTC client backend[38299] pg_regress/dblink ERROR: could not establish connection 2024-11-14 22:04:58.328 UTC client backend[38299] pg_regress/dblink DETAIL: missing "=" after "myconn" in connection info string 2024-11-14 22:04:58.328 UTC client backend[38299] pg_regress/dblink STATEMENT: SELECT * FROM dblink('myconn','SELECT * FROM foo') AS t(a int, b text, c text[]) WHERE t.a > 7; 2024-11-14 22:04:58.334 UTC client backend[38306] pg_regress ERROR: relation "foobar" does not exist at character 15 2024-11-14 22:04:58.334 UTC client backend[38306] pg_regress STATEMENT: SELECT * FROM foobar 2024-11-14 22:04:58.339 UTC client backend[38299] pg_regress/dblink ERROR: duplicate connection name 2024-11-14 22:04:58.339 UTC client backend[38299] pg_regress/dblink STATEMENT: SELECT dblink_connect('myconn',connection_parameters()); 2024-11-14 22:04:58.346 UTC client backend[38306] pg_regress ERROR: relation "foobar" does not exist at character 49 2024-11-14 22:04:58.346 UTC client backend[38306] pg_regress STATEMENT: DECLARE rmt_foo_cursor CURSOR FOR SELECT * FROM foobar 2024-11-14 22:04:58.350 UTC client backend[38306] pg_regress ERROR: DECLARE CURSOR can only be used in transaction blocks 2024-11-14 22:04:58.350 UTC client backend[38306] pg_regress STATEMENT: DECLARE xact_test CURSOR FOR SELECT * FROM foo 2024-11-14 22:04:58.350 UTC client backend[38299] pg_regress/dblink ERROR: DECLARE CURSOR can only be used in transaction blocks 2024-11-14 22:04:58.350 UTC client backend[38299] pg_regress/dblink CONTEXT: while executing command on dblink connection named "myconn" 2024-11-14 22:04:58.350 UTC client backend[38299] pg_regress/dblink STATEMENT: SELECT dblink_exec('myconn','DECLARE xact_test CURSOR FOR SELECT * FROM foo'); 2024-11-14 22:04:58.350 UTC client backend[38306] pg_regress WARNING: there is no transaction in progress WARNING: there is no transaction in progress 2024-11-14 22:04:58.352 UTC client backend[38306] pg_regress ERROR: cursor "rmt_foobar_cursor" does not exist 2024-11-14 22:04:58.352 UTC client backend[38306] pg_regress STATEMENT: FETCH 4 FROM rmt_foobar_cursor 2024-11-14 22:04:58.352 UTC client backend[38306] pg_regress ERROR: cursor "rmt_foo_cursor" does not exist 2024-11-14 22:04:58.352 UTC client backend[38306] pg_regress STATEMENT: FETCH 4 FROM rmt_foo_cursor 2024-11-14 22:04:58.352 UTC client backend[38299] pg_regress/dblink ERROR: cursor "rmt_foo_cursor" does not exist 2024-11-14 22:04:58.352 UTC client backend[38299] pg_regress/dblink CONTEXT: while fetching from cursor "rmt_foo_cursor" on dblink connection named "myconn" 2024-11-14 22:04:58.352 UTC client backend[38299] pg_regress/dblink STATEMENT: SELECT * FROM dblink_fetch('myconn','rmt_foo_cursor',4) AS t(a int, b text, c text[]); 2024-11-14 22:04:58.353 UTC client backend[38299] pg_regress/dblink ERROR: could not establish connection 2024-11-14 22:04:58.353 UTC client backend[38299] pg_regress/dblink DETAIL: missing "=" after "myconn" in connection info string 2024-11-14 22:04:58.353 UTC client backend[38299] pg_regress/dblink STATEMENT: SELECT * FROM dblink('myconn','SELECT * FROM foo') AS t(a int, b text, c text[]) WHERE t.a > 7; 2024-11-14 22:04:58.361 UTC client backend[38299] pg_regress/dblink ERROR: connection "myconn" not available 2024-11-14 22:04:58.361 UTC client backend[38299] pg_regress/dblink STATEMENT: SELECT dblink_disconnect('myconn'); 2024-11-14 22:04:58.389 UTC client backend[38299] pg_regress/dblink ERROR: invalid option "server" 2024-11-14 22:04:58.389 UTC client backend[38299] pg_regress/dblink STATEMENT: CREATE USER MAPPING FOR public SERVER fdtest OPTIONS (server 'localhost'); 2024-11-14 22:04:58.390 UTC client backend[38299] pg_regress/dblink ERROR: password or GSSAPI delegated credentials required 2024-11-14 22:04:58.390 UTC client backend[38299] pg_regress/dblink DETAIL: Non-superusers must provide a password in the connection string or send delegated GSSAPI credentials. 2024-11-14 22:04:58.390 UTC client backend[38299] pg_regress/dblink STATEMENT: SELECT dblink_connect('myconn', 'fdtest'); 2024-11-14 22:04:58.403 UTC client backend[38316] pg_regress/dblink ERROR: invalid option "nonexistent" 2024-11-14 22:04:58.403 UTC client backend[38316] pg_regress/dblink HINT: There are no valid options in this context. 2024-11-14 22:04:58.403 UTC client backend[38316] pg_regress/dblink STATEMENT: ALTER FOREIGN DATA WRAPPER dblink_fdw OPTIONS (nonexistent 'fdw'); 2024-11-14 22:04:58.442 UTC client backend[38316] pg_regress/dblink ERROR: invalid input syntax for type integer: "not an int" 2024-11-14 22:04:58.442 UTC client backend[38316] pg_regress/dblink STATEMENT: SELECT * FROM dblink_fetch('myconn','error_cursor', 1) AS t(i int); 2024-11-14 22:04:58.449 UTC postmaster[38287] LOG: received fast shutdown request 2024-11-14 22:04:58.449 UTC postmaster[38287] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2887, PID: 38287 postgres(ExceptionalCondition+0x56)[0x557c302cf8c2] postgres(+0xeb3490)[0x557c2feec490] postgres(+0xeb39e6)[0x557c2feec9e6] postgres(+0xeb48a8)[0x557c2feed8a8] postgres(PostmasterMain+0x13f2)[0x557c2feef317] postgres(main+0x2c1)[0x557c2fd2733d] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7fd0bd04624a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7fd0bd046305] postgres(_start+0x21)[0x557c2f8d6151]