2025-01-05 17:33:46.305 UTC postmaster[38852] LOG: starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit 2025-01-05 17:33:46.305 UTC postmaster[38852] LOG: listening on Unix socket "/tmp/pg_regress-3RLDEa/.s.PGSQL.40012" 2025-01-05 17:33:46.308 UTC startup[38855] LOG: database system was shut down at 2025-01-05 17:28:41 UTC 2025-01-05 17:33:46.311 UTC postmaster[38852] LOG: database system is ready to accept connections 2025-01-05 17:33:46.445 UTC client backend[38864] pg_regress/dblink ERROR: invalid attribute number 4 2025-01-05 17:33:46.445 UTC client backend[38864] 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}"}'); 2025-01-05 17:33:46.446 UTC client backend[38864] pg_regress/dblink ERROR: invalid attribute number 4 2025-01-05 17:33:46.446 UTC client backend[38864] 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}"}'); 2025-01-05 17:33:46.446 UTC client backend[38864] pg_regress/dblink ERROR: invalid attribute number 4 2025-01-05 17:33:46.446 UTC client backend[38864] pg_regress/dblink STATEMENT: SELECT dblink_build_sql_delete('foo','1 2 3 4',4,'{"0", "a", "{a0,b0,c0}"}'); 2025-01-05 17:33:46.450 UTC client backend[38864] pg_regress/dblink ERROR: invalid attribute number 4 2025-01-05 17:33:46.450 UTC client backend[38864] 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}"}'); 2025-01-05 17:33:46.451 UTC client backend[38864] pg_regress/dblink ERROR: invalid attribute number 4 2025-01-05 17:33:46.451 UTC client backend[38864] 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}"}'); 2025-01-05 17:33:46.451 UTC client backend[38864] pg_regress/dblink ERROR: invalid attribute number 4 2025-01-05 17:33:46.451 UTC client backend[38864] pg_regress/dblink STATEMENT: SELECT dblink_build_sql_delete('foo_1','1 2 3 4',4,'{"0", "a", "{a0,b0,c0}"}'); 2025-01-05 17:33:46.461 UTC client backend[38864] pg_regress/dblink ERROR: connection not available 2025-01-05 17:33:46.461 UTC client backend[38864] pg_regress/dblink STATEMENT: SELECT * FROM dblink('SELECT * FROM foo') AS t(a int, b text, c text[]) WHERE t.a > 7; 2025-01-05 17:33:46.539 UTC client backend[38868] pg_regress ERROR: relation "foobar" does not exist at character 49 2025-01-05 17:33:46.539 UTC client backend[38868] pg_regress STATEMENT: DECLARE rmt_foo_cursor CURSOR FOR SELECT * FROM foobar 2025-01-05 17:33:46.542 UTC client backend[38868] pg_regress ERROR: cursor "rmt_foobar_cursor" does not exist 2025-01-05 17:33:46.542 UTC client backend[38868] pg_regress STATEMENT: FETCH 4 FROM rmt_foobar_cursor 2025-01-05 17:33:46.542 UTC client backend[38868] pg_regress ERROR: cursor "rmt_foobar_cursor" does not exist 2025-01-05 17:33:46.542 UTC client backend[38868] pg_regress STATEMENT: CLOSE rmt_foobar_cursor 2025-01-05 17:33:46.542 UTC client backend[38868] pg_regress ERROR: cursor "rmt_foo_cursor" does not exist 2025-01-05 17:33:46.542 UTC client backend[38868] pg_regress STATEMENT: FETCH 4 FROM rmt_foo_cursor 2025-01-05 17:33:46.542 UTC client backend[38864] pg_regress/dblink ERROR: cursor "rmt_foo_cursor" does not exist 2025-01-05 17:33:46.542 UTC client backend[38864] pg_regress/dblink CONTEXT: while fetching from cursor "rmt_foo_cursor" on unnamed dblink connection 2025-01-05 17:33:46.542 UTC client backend[38864] pg_regress/dblink STATEMENT: SELECT * FROM dblink_fetch('rmt_foo_cursor',4) AS t(a int, b text, c text[]); 2025-01-05 17:33:46.543 UTC client backend[38868] pg_regress ERROR: cursor "rmt_foo_cursor" does not exist 2025-01-05 17:33:46.543 UTC client backend[38868] pg_regress STATEMENT: FETCH 4 FROM rmt_foo_cursor 2025-01-05 17:33:46.543 UTC client backend[38864] pg_regress/dblink ERROR: connection not available 2025-01-05 17:33:46.543 UTC client backend[38864] pg_regress/dblink STATEMENT: SELECT * FROM dblink('SELECT * FROM foo') AS t(a int, b text, c text[]) WHERE t.a > 7; 2025-01-05 17:33:46.552 UTC client backend[38870] pg_regress ERROR: relation "foobar" does not exist at character 15 2025-01-05 17:33:46.552 UTC client backend[38870] pg_regress STATEMENT: SELECT * FROM foobar 2025-01-05 17:33:46.553 UTC client backend[38870] pg_regress ERROR: relation "foobar" does not exist at character 8 2025-01-05 17:33:46.553 UTC client backend[38870] pg_regress STATEMENT: UPDATE foobar SET f3[2] = 'b99' WHERE f1 = 11 2025-01-05 17:33:46.555 UTC client backend[38864] pg_regress/dblink ERROR: could not establish connection 2025-01-05 17:33:46.555 UTC client backend[38864] pg_regress/dblink DETAIL: missing "=" after "myconn" in connection info string 2025-01-05 17:33:46.555 UTC client backend[38864] pg_regress/dblink STATEMENT: SELECT * FROM dblink('myconn','SELECT * FROM foo') AS t(a int, b text, c text[]) WHERE t.a > 7; 2025-01-05 17:33:46.560 UTC client backend[38871] pg_regress ERROR: relation "foobar" does not exist at character 15 2025-01-05 17:33:46.560 UTC client backend[38871] pg_regress STATEMENT: SELECT * FROM foobar 2025-01-05 17:33:46.563 UTC client backend[38864] pg_regress/dblink ERROR: duplicate connection name 2025-01-05 17:33:46.563 UTC client backend[38864] pg_regress/dblink STATEMENT: SELECT dblink_connect('myconn',connection_parameters()); 2025-01-05 17:33:46.568 UTC client backend[38871] pg_regress ERROR: relation "foobar" does not exist at character 49 2025-01-05 17:33:46.568 UTC client backend[38871] pg_regress STATEMENT: DECLARE rmt_foo_cursor CURSOR FOR SELECT * FROM foobar 2025-01-05 17:33:46.571 UTC client backend[38871] pg_regress ERROR: DECLARE CURSOR can only be used in transaction blocks 2025-01-05 17:33:46.571 UTC client backend[38871] pg_regress STATEMENT: DECLARE xact_test CURSOR FOR SELECT * FROM foo 2025-01-05 17:33:46.571 UTC client backend[38864] pg_regress/dblink ERROR: DECLARE CURSOR can only be used in transaction blocks 2025-01-05 17:33:46.571 UTC client backend[38864] pg_regress/dblink CONTEXT: while executing command on dblink connection named "myconn" 2025-01-05 17:33:46.571 UTC client backend[38864] pg_regress/dblink STATEMENT: SELECT dblink_exec('myconn','DECLARE xact_test CURSOR FOR SELECT * FROM foo'); 2025-01-05 17:33:46.571 UTC client backend[38871] pg_regress WARNING: there is no transaction in progress WARNING: there is no transaction in progress 2025-01-05 17:33:46.572 UTC client backend[38871] pg_regress ERROR: cursor "rmt_foobar_cursor" does not exist 2025-01-05 17:33:46.572 UTC client backend[38871] pg_regress STATEMENT: FETCH 4 FROM rmt_foobar_cursor 2025-01-05 17:33:46.573 UTC client backend[38871] pg_regress ERROR: cursor "rmt_foo_cursor" does not exist 2025-01-05 17:33:46.573 UTC client backend[38871] pg_regress STATEMENT: FETCH 4 FROM rmt_foo_cursor 2025-01-05 17:33:46.573 UTC client backend[38864] pg_regress/dblink ERROR: cursor "rmt_foo_cursor" does not exist 2025-01-05 17:33:46.573 UTC client backend[38864] pg_regress/dblink CONTEXT: while fetching from cursor "rmt_foo_cursor" on dblink connection named "myconn" 2025-01-05 17:33:46.573 UTC client backend[38864] pg_regress/dblink STATEMENT: SELECT * FROM dblink_fetch('myconn','rmt_foo_cursor',4) AS t(a int, b text, c text[]); 2025-01-05 17:33:46.573 UTC client backend[38864] pg_regress/dblink ERROR: could not establish connection 2025-01-05 17:33:46.573 UTC client backend[38864] pg_regress/dblink DETAIL: missing "=" after "myconn" in connection info string 2025-01-05 17:33:46.573 UTC client backend[38864] pg_regress/dblink STATEMENT: SELECT * FROM dblink('myconn','SELECT * FROM foo') AS t(a int, b text, c text[]) WHERE t.a > 7; 2025-01-05 17:33:46.580 UTC client backend[38864] pg_regress/dblink ERROR: connection "myconn" not available 2025-01-05 17:33:46.580 UTC client backend[38864] pg_regress/dblink STATEMENT: SELECT dblink_disconnect('myconn'); 2025-01-05 17:33:46.603 UTC client backend[38864] pg_regress/dblink ERROR: invalid option "server" 2025-01-05 17:33:46.603 UTC client backend[38864] pg_regress/dblink STATEMENT: CREATE USER MAPPING FOR public SERVER fdtest OPTIONS (server 'localhost'); 2025-01-05 17:33:46.604 UTC client backend[38864] pg_regress/dblink ERROR: password or GSSAPI delegated credentials required 2025-01-05 17:33:46.604 UTC client backend[38864] pg_regress/dblink DETAIL: Non-superusers must provide a password in the connection string or send delegated GSSAPI credentials. 2025-01-05 17:33:46.604 UTC client backend[38864] pg_regress/dblink STATEMENT: SELECT dblink_connect('myconn', 'fdtest'); 2025-01-05 17:33:46.614 UTC client backend[38881] pg_regress/dblink ERROR: invalid option "nonexistent" 2025-01-05 17:33:46.614 UTC client backend[38881] pg_regress/dblink HINT: There are no valid options in this context. 2025-01-05 17:33:46.614 UTC client backend[38881] pg_regress/dblink STATEMENT: ALTER FOREIGN DATA WRAPPER dblink_fdw OPTIONS (nonexistent 'fdw'); 2025-01-05 17:33:46.645 UTC client backend[38881] pg_regress/dblink ERROR: invalid input syntax for type integer: "not an int" 2025-01-05 17:33:46.645 UTC client backend[38881] pg_regress/dblink STATEMENT: SELECT * FROM dblink_fetch('myconn','error_cursor', 1) AS t(i int); 2025-01-05 17:33:46.651 UTC postmaster[38852] LOG: received fast shutdown request 2025-01-05 17:33:46.651 UTC postmaster[38852] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2896, PID: 38852 postgres(ExceptionalCondition+0x56)[0x564bea34cda6] postgres(+0xed322a)[0x564be9f6322a] postgres(+0xed3780)[0x564be9f63780] postgres(+0xed4642)[0x564be9f64642] postgres(PostmasterMain+0x13f0)[0x564be9f660a1] postgres(main+0x28d)[0x564be9d9a529] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7f0ea224624a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7f0ea2246305] postgres(_start+0x21)[0x564be9943141]