2025-01-30 12:31:02.640 UTC postmaster[38575] LOG: starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit 2025-01-30 12:31:02.641 UTC postmaster[38575] LOG: listening on Unix socket "/tmp/pg_regress-J9hpn7/.s.PGSQL.40012" 2025-01-30 12:31:02.644 UTC startup[38578] LOG: database system was shut down at 2025-01-30 12:25:56 UTC 2025-01-30 12:31:02.647 UTC postmaster[38575] LOG: database system is ready to accept connections 2025-01-30 12:31:02.822 UTC client backend[38587] pg_regress/dblink ERROR: invalid attribute number 4 2025-01-30 12:31:02.822 UTC client backend[38587] 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-30 12:31:02.822 UTC client backend[38587] pg_regress/dblink ERROR: invalid attribute number 4 2025-01-30 12:31:02.822 UTC client backend[38587] 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-30 12:31:02.822 UTC client backend[38587] pg_regress/dblink ERROR: invalid attribute number 4 2025-01-30 12:31:02.822 UTC client backend[38587] pg_regress/dblink STATEMENT: SELECT dblink_build_sql_delete('foo','1 2 3 4',4,'{"0", "a", "{a0,b0,c0}"}'); 2025-01-30 12:31:02.827 UTC client backend[38587] pg_regress/dblink ERROR: invalid attribute number 4 2025-01-30 12:31:02.827 UTC client backend[38587] 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-30 12:31:02.827 UTC client backend[38587] pg_regress/dblink ERROR: invalid attribute number 4 2025-01-30 12:31:02.827 UTC client backend[38587] 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-30 12:31:02.828 UTC client backend[38587] pg_regress/dblink ERROR: invalid attribute number 4 2025-01-30 12:31:02.828 UTC client backend[38587] pg_regress/dblink STATEMENT: SELECT dblink_build_sql_delete('foo_1','1 2 3 4',4,'{"0", "a", "{a0,b0,c0}"}'); 2025-01-30 12:31:02.838 UTC client backend[38587] pg_regress/dblink ERROR: connection not available 2025-01-30 12:31:02.838 UTC client backend[38587] pg_regress/dblink STATEMENT: SELECT * FROM dblink('SELECT * FROM foo') AS t(a int, b text, c text[]) WHERE t.a > 7; 2025-01-30 12:31:02.920 UTC client backend[38591] pg_regress ERROR: relation "foobar" does not exist at character 49 2025-01-30 12:31:02.920 UTC client backend[38591] pg_regress STATEMENT: DECLARE rmt_foo_cursor CURSOR FOR SELECT * FROM foobar 2025-01-30 12:31:02.923 UTC client backend[38591] pg_regress ERROR: cursor "rmt_foobar_cursor" does not exist 2025-01-30 12:31:02.923 UTC client backend[38591] pg_regress STATEMENT: FETCH 4 FROM rmt_foobar_cursor 2025-01-30 12:31:02.923 UTC client backend[38591] pg_regress ERROR: cursor "rmt_foobar_cursor" does not exist 2025-01-30 12:31:02.923 UTC client backend[38591] pg_regress STATEMENT: CLOSE rmt_foobar_cursor 2025-01-30 12:31:02.923 UTC client backend[38591] pg_regress ERROR: cursor "rmt_foo_cursor" does not exist 2025-01-30 12:31:02.923 UTC client backend[38591] pg_regress STATEMENT: FETCH 4 FROM rmt_foo_cursor 2025-01-30 12:31:02.923 UTC client backend[38587] pg_regress/dblink ERROR: cursor "rmt_foo_cursor" does not exist 2025-01-30 12:31:02.923 UTC client backend[38587] pg_regress/dblink CONTEXT: while fetching from cursor "rmt_foo_cursor" on unnamed dblink connection 2025-01-30 12:31:02.923 UTC client backend[38587] pg_regress/dblink STATEMENT: SELECT * FROM dblink_fetch('rmt_foo_cursor',4) AS t(a int, b text, c text[]); 2025-01-30 12:31:02.924 UTC client backend[38591] pg_regress ERROR: cursor "rmt_foo_cursor" does not exist 2025-01-30 12:31:02.924 UTC client backend[38591] pg_regress STATEMENT: FETCH 4 FROM rmt_foo_cursor 2025-01-30 12:31:02.924 UTC client backend[38587] pg_regress/dblink ERROR: connection not available 2025-01-30 12:31:02.924 UTC client backend[38587] pg_regress/dblink STATEMENT: SELECT * FROM dblink('SELECT * FROM foo') AS t(a int, b text, c text[]) WHERE t.a > 7; 2025-01-30 12:31:02.935 UTC client backend[38593] pg_regress ERROR: relation "foobar" does not exist at character 15 2025-01-30 12:31:02.935 UTC client backend[38593] pg_regress STATEMENT: SELECT * FROM foobar 2025-01-30 12:31:02.937 UTC client backend[38593] pg_regress ERROR: relation "foobar" does not exist at character 8 2025-01-30 12:31:02.937 UTC client backend[38593] pg_regress STATEMENT: UPDATE foobar SET f3[2] = 'b99' WHERE f1 = 11 2025-01-30 12:31:02.938 UTC client backend[38587] pg_regress/dblink ERROR: could not establish connection 2025-01-30 12:31:02.938 UTC client backend[38587] pg_regress/dblink DETAIL: missing "=" after "myconn" in connection info string 2025-01-30 12:31:02.938 UTC client backend[38587] 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-30 12:31:02.944 UTC client backend[38594] pg_regress ERROR: relation "foobar" does not exist at character 15 2025-01-30 12:31:02.944 UTC client backend[38594] pg_regress STATEMENT: SELECT * FROM foobar 2025-01-30 12:31:02.948 UTC client backend[38587] pg_regress/dblink ERROR: duplicate connection name 2025-01-30 12:31:02.948 UTC client backend[38587] pg_regress/dblink STATEMENT: SELECT dblink_connect('myconn',connection_parameters()); 2025-01-30 12:31:02.954 UTC client backend[38594] pg_regress ERROR: relation "foobar" does not exist at character 49 2025-01-30 12:31:02.954 UTC client backend[38594] pg_regress STATEMENT: DECLARE rmt_foo_cursor CURSOR FOR SELECT * FROM foobar 2025-01-30 12:31:02.959 UTC client backend[38594] pg_regress ERROR: DECLARE CURSOR can only be used in transaction blocks 2025-01-30 12:31:02.959 UTC client backend[38594] pg_regress STATEMENT: DECLARE xact_test CURSOR FOR SELECT * FROM foo 2025-01-30 12:31:02.959 UTC client backend[38587] pg_regress/dblink ERROR: DECLARE CURSOR can only be used in transaction blocks 2025-01-30 12:31:02.959 UTC client backend[38587] pg_regress/dblink CONTEXT: while executing command on dblink connection named "myconn" 2025-01-30 12:31:02.959 UTC client backend[38587] pg_regress/dblink STATEMENT: SELECT dblink_exec('myconn','DECLARE xact_test CURSOR FOR SELECT * FROM foo'); 2025-01-30 12:31:02.959 UTC client backend[38594] pg_regress WARNING: there is no transaction in progress WARNING: there is no transaction in progress 2025-01-30 12:31:02.960 UTC client backend[38594] pg_regress ERROR: cursor "rmt_foobar_cursor" does not exist 2025-01-30 12:31:02.960 UTC client backend[38594] pg_regress STATEMENT: FETCH 4 FROM rmt_foobar_cursor 2025-01-30 12:31:02.961 UTC client backend[38594] pg_regress ERROR: cursor "rmt_foo_cursor" does not exist 2025-01-30 12:31:02.961 UTC client backend[38594] pg_regress STATEMENT: FETCH 4 FROM rmt_foo_cursor 2025-01-30 12:31:02.961 UTC client backend[38587] pg_regress/dblink ERROR: cursor "rmt_foo_cursor" does not exist 2025-01-30 12:31:02.961 UTC client backend[38587] pg_regress/dblink CONTEXT: while fetching from cursor "rmt_foo_cursor" on dblink connection named "myconn" 2025-01-30 12:31:02.961 UTC client backend[38587] pg_regress/dblink STATEMENT: SELECT * FROM dblink_fetch('myconn','rmt_foo_cursor',4) AS t(a int, b text, c text[]); 2025-01-30 12:31:02.961 UTC client backend[38587] pg_regress/dblink ERROR: could not establish connection 2025-01-30 12:31:02.961 UTC client backend[38587] pg_regress/dblink DETAIL: missing "=" after "myconn" in connection info string 2025-01-30 12:31:02.961 UTC client backend[38587] 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-30 12:31:02.970 UTC client backend[38587] pg_regress/dblink ERROR: connection "myconn" not available 2025-01-30 12:31:02.970 UTC client backend[38587] pg_regress/dblink STATEMENT: SELECT dblink_disconnect('myconn'); 2025-01-30 12:31:02.996 UTC client backend[38587] pg_regress/dblink ERROR: invalid option "server" 2025-01-30 12:31:02.996 UTC client backend[38587] pg_regress/dblink STATEMENT: CREATE USER MAPPING FOR public SERVER fdtest OPTIONS (server 'localhost'); 2025-01-30 12:31:02.998 UTC client backend[38587] pg_regress/dblink ERROR: password or GSSAPI delegated credentials required 2025-01-30 12:31:02.998 UTC client backend[38587] pg_regress/dblink DETAIL: Non-superusers must provide a password in the connection string or send delegated GSSAPI credentials. 2025-01-30 12:31:02.998 UTC client backend[38587] pg_regress/dblink STATEMENT: SELECT dblink_connect('myconn', 'fdtest'); 2025-01-30 12:31:03.010 UTC client backend[38604] pg_regress/dblink ERROR: invalid option "nonexistent" 2025-01-30 12:31:03.010 UTC client backend[38604] pg_regress/dblink HINT: There are no valid options in this context. 2025-01-30 12:31:03.010 UTC client backend[38604] pg_regress/dblink STATEMENT: ALTER FOREIGN DATA WRAPPER dblink_fdw OPTIONS (nonexistent 'fdw'); 2025-01-30 12:31:03.047 UTC client backend[38604] pg_regress/dblink ERROR: invalid input syntax for type integer: "not an int" 2025-01-30 12:31:03.047 UTC client backend[38604] pg_regress/dblink STATEMENT: SELECT * FROM dblink_fetch('myconn','error_cursor', 1) AS t(i int); 2025-01-30 12:31:03.055 UTC postmaster[38575] LOG: received fast shutdown request 2025-01-30 12:31:03.055 UTC postmaster[38575] 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: 38575 postgres(ExceptionalCondition+0x56)[0x55e55af95f91] postgres(+0xee3297)[0x55e55aba8297] postgres(+0xee3899)[0x55e55aba8899] postgres(+0xee483b)[0x55e55aba983b] postgres(PostmasterMain+0x13f0)[0x55e55abab278] postgres(main+0x28d)[0x55e55a9dcfbb] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7f439344624a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7f4393446305] postgres(_start+0x21)[0x55e55a582151]