2025-01-28 23:39:41.529 UTC postmaster[38544] LOG: starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit 2025-01-28 23:39:41.529 UTC postmaster[38544] LOG: listening on Unix socket "/tmp/pg_regress-HzsOvU/.s.PGSQL.40012" 2025-01-28 23:39:41.532 UTC startup[38547] LOG: database system was shut down at 2025-01-28 23:34:35 UTC 2025-01-28 23:39:41.536 UTC postmaster[38544] LOG: database system is ready to accept connections 2025-01-28 23:39:41.654 UTC client backend[38556] pg_regress/dblink ERROR: invalid attribute number 4 2025-01-28 23:39:41.654 UTC client backend[38556] 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-28 23:39:41.654 UTC client backend[38556] pg_regress/dblink ERROR: invalid attribute number 4 2025-01-28 23:39:41.654 UTC client backend[38556] 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-28 23:39:41.655 UTC client backend[38556] pg_regress/dblink ERROR: invalid attribute number 4 2025-01-28 23:39:41.655 UTC client backend[38556] pg_regress/dblink STATEMENT: SELECT dblink_build_sql_delete('foo','1 2 3 4',4,'{"0", "a", "{a0,b0,c0}"}'); 2025-01-28 23:39:41.659 UTC client backend[38556] pg_regress/dblink ERROR: invalid attribute number 4 2025-01-28 23:39:41.659 UTC client backend[38556] 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-28 23:39:41.659 UTC client backend[38556] pg_regress/dblink ERROR: invalid attribute number 4 2025-01-28 23:39:41.659 UTC client backend[38556] 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-28 23:39:41.660 UTC client backend[38556] pg_regress/dblink ERROR: invalid attribute number 4 2025-01-28 23:39:41.660 UTC client backend[38556] pg_regress/dblink STATEMENT: SELECT dblink_build_sql_delete('foo_1','1 2 3 4',4,'{"0", "a", "{a0,b0,c0}"}'); 2025-01-28 23:39:41.671 UTC client backend[38556] pg_regress/dblink ERROR: connection not available 2025-01-28 23:39:41.671 UTC client backend[38556] pg_regress/dblink STATEMENT: SELECT * FROM dblink('SELECT * FROM foo') AS t(a int, b text, c text[]) WHERE t.a > 7; 2025-01-28 23:39:41.751 UTC client backend[38560] pg_regress ERROR: relation "foobar" does not exist at character 49 2025-01-28 23:39:41.751 UTC client backend[38560] pg_regress STATEMENT: DECLARE rmt_foo_cursor CURSOR FOR SELECT * FROM foobar 2025-01-28 23:39:41.755 UTC client backend[38560] pg_regress ERROR: cursor "rmt_foobar_cursor" does not exist 2025-01-28 23:39:41.755 UTC client backend[38560] pg_regress STATEMENT: FETCH 4 FROM rmt_foobar_cursor 2025-01-28 23:39:41.755 UTC client backend[38560] pg_regress ERROR: cursor "rmt_foobar_cursor" does not exist 2025-01-28 23:39:41.755 UTC client backend[38560] pg_regress STATEMENT: CLOSE rmt_foobar_cursor 2025-01-28 23:39:41.756 UTC client backend[38560] pg_regress ERROR: cursor "rmt_foo_cursor" does not exist 2025-01-28 23:39:41.756 UTC client backend[38560] pg_regress STATEMENT: FETCH 4 FROM rmt_foo_cursor 2025-01-28 23:39:41.756 UTC client backend[38556] pg_regress/dblink ERROR: cursor "rmt_foo_cursor" does not exist 2025-01-28 23:39:41.756 UTC client backend[38556] pg_regress/dblink CONTEXT: while fetching from cursor "rmt_foo_cursor" on unnamed dblink connection 2025-01-28 23:39:41.756 UTC client backend[38556] pg_regress/dblink STATEMENT: SELECT * FROM dblink_fetch('rmt_foo_cursor',4) AS t(a int, b text, c text[]); 2025-01-28 23:39:41.756 UTC client backend[38560] pg_regress ERROR: cursor "rmt_foo_cursor" does not exist 2025-01-28 23:39:41.756 UTC client backend[38560] pg_regress STATEMENT: FETCH 4 FROM rmt_foo_cursor 2025-01-28 23:39:41.756 UTC client backend[38556] pg_regress/dblink ERROR: connection not available 2025-01-28 23:39:41.756 UTC client backend[38556] pg_regress/dblink STATEMENT: SELECT * FROM dblink('SELECT * FROM foo') AS t(a int, b text, c text[]) WHERE t.a > 7; 2025-01-28 23:39:41.768 UTC client backend[38562] pg_regress ERROR: relation "foobar" does not exist at character 15 2025-01-28 23:39:41.768 UTC client backend[38562] pg_regress STATEMENT: SELECT * FROM foobar 2025-01-28 23:39:41.769 UTC client backend[38562] pg_regress ERROR: relation "foobar" does not exist at character 8 2025-01-28 23:39:41.769 UTC client backend[38562] pg_regress STATEMENT: UPDATE foobar SET f3[2] = 'b99' WHERE f1 = 11 2025-01-28 23:39:41.771 UTC client backend[38556] pg_regress/dblink ERROR: could not establish connection 2025-01-28 23:39:41.771 UTC client backend[38556] pg_regress/dblink DETAIL: missing "=" after "myconn" in connection info string 2025-01-28 23:39:41.771 UTC client backend[38556] 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-28 23:39:41.777 UTC client backend[38563] pg_regress ERROR: relation "foobar" does not exist at character 15 2025-01-28 23:39:41.777 UTC client backend[38563] pg_regress STATEMENT: SELECT * FROM foobar 2025-01-28 23:39:41.781 UTC client backend[38556] pg_regress/dblink ERROR: duplicate connection name 2025-01-28 23:39:41.781 UTC client backend[38556] pg_regress/dblink STATEMENT: SELECT dblink_connect('myconn',connection_parameters()); 2025-01-28 23:39:41.787 UTC client backend[38563] pg_regress ERROR: relation "foobar" does not exist at character 49 2025-01-28 23:39:41.787 UTC client backend[38563] pg_regress STATEMENT: DECLARE rmt_foo_cursor CURSOR FOR SELECT * FROM foobar 2025-01-28 23:39:41.792 UTC client backend[38563] pg_regress ERROR: DECLARE CURSOR can only be used in transaction blocks 2025-01-28 23:39:41.792 UTC client backend[38563] pg_regress STATEMENT: DECLARE xact_test CURSOR FOR SELECT * FROM foo 2025-01-28 23:39:41.792 UTC client backend[38556] pg_regress/dblink ERROR: DECLARE CURSOR can only be used in transaction blocks 2025-01-28 23:39:41.792 UTC client backend[38556] pg_regress/dblink CONTEXT: while executing command on dblink connection named "myconn" 2025-01-28 23:39:41.792 UTC client backend[38556] pg_regress/dblink STATEMENT: SELECT dblink_exec('myconn','DECLARE xact_test CURSOR FOR SELECT * FROM foo'); 2025-01-28 23:39:41.792 UTC client backend[38563] pg_regress WARNING: there is no transaction in progress WARNING: there is no transaction in progress 2025-01-28 23:39:41.794 UTC client backend[38563] pg_regress ERROR: cursor "rmt_foobar_cursor" does not exist 2025-01-28 23:39:41.794 UTC client backend[38563] pg_regress STATEMENT: FETCH 4 FROM rmt_foobar_cursor 2025-01-28 23:39:41.795 UTC client backend[38563] pg_regress ERROR: cursor "rmt_foo_cursor" does not exist 2025-01-28 23:39:41.795 UTC client backend[38563] pg_regress STATEMENT: FETCH 4 FROM rmt_foo_cursor 2025-01-28 23:39:41.795 UTC client backend[38556] pg_regress/dblink ERROR: cursor "rmt_foo_cursor" does not exist 2025-01-28 23:39:41.795 UTC client backend[38556] pg_regress/dblink CONTEXT: while fetching from cursor "rmt_foo_cursor" on dblink connection named "myconn" 2025-01-28 23:39:41.795 UTC client backend[38556] pg_regress/dblink STATEMENT: SELECT * FROM dblink_fetch('myconn','rmt_foo_cursor',4) AS t(a int, b text, c text[]); 2025-01-28 23:39:41.795 UTC client backend[38556] pg_regress/dblink ERROR: could not establish connection 2025-01-28 23:39:41.795 UTC client backend[38556] pg_regress/dblink DETAIL: missing "=" after "myconn" in connection info string 2025-01-28 23:39:41.795 UTC client backend[38556] 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-28 23:39:41.803 UTC client backend[38556] pg_regress/dblink ERROR: connection "myconn" not available 2025-01-28 23:39:41.803 UTC client backend[38556] pg_regress/dblink STATEMENT: SELECT dblink_disconnect('myconn'); 2025-01-28 23:39:41.829 UTC client backend[38556] pg_regress/dblink ERROR: invalid option "server" 2025-01-28 23:39:41.829 UTC client backend[38556] pg_regress/dblink STATEMENT: CREATE USER MAPPING FOR public SERVER fdtest OPTIONS (server 'localhost'); 2025-01-28 23:39:41.830 UTC client backend[38556] pg_regress/dblink ERROR: password or GSSAPI delegated credentials required 2025-01-28 23:39:41.830 UTC client backend[38556] pg_regress/dblink DETAIL: Non-superusers must provide a password in the connection string or send delegated GSSAPI credentials. 2025-01-28 23:39:41.830 UTC client backend[38556] pg_regress/dblink STATEMENT: SELECT dblink_connect('myconn', 'fdtest'); 2025-01-28 23:39:41.842 UTC client backend[38573] pg_regress/dblink ERROR: invalid option "nonexistent" 2025-01-28 23:39:41.842 UTC client backend[38573] pg_regress/dblink HINT: There are no valid options in this context. 2025-01-28 23:39:41.842 UTC client backend[38573] pg_regress/dblink STATEMENT: ALTER FOREIGN DATA WRAPPER dblink_fdw OPTIONS (nonexistent 'fdw'); 2025-01-28 23:39:41.877 UTC client backend[38573] pg_regress/dblink ERROR: invalid input syntax for type integer: "not an int" 2025-01-28 23:39:41.877 UTC client backend[38573] pg_regress/dblink STATEMENT: SELECT * FROM dblink_fetch('myconn','error_cursor', 1) AS t(i int); 2025-01-28 23:39:41.883 UTC postmaster[38544] LOG: received fast shutdown request 2025-01-28 23:39:41.883 UTC postmaster[38544] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2951, PID: 38544 postgres(ExceptionalCondition+0x56)[0x5646ad289cbe] postgres(+0xee2fb2)[0x5646ace9bfb2] postgres(+0xee35b4)[0x5646ace9c5b4] postgres(+0xee4556)[0x5646ace9d556] postgres(PostmasterMain+0x13f0)[0x5646ace9ef93] postgres(main+0x28d)[0x5646accd0ded] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7f190f24624a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7f190f246305] postgres(_start+0x21)[0x5646ac876151]