2024-11-21 04:54:41.731 UTC postmaster[37200] LOG: starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit 2024-11-21 04:54:41.731 UTC postmaster[37200] LOG: listening on Unix socket "/tmp/pg_regress-xpgxjG/.s.PGSQL.40004" 2024-11-21 04:54:41.734 UTC startup[37205] LOG: database system was shut down at 2024-11-21 04:51:39 UTC 2024-11-21 04:54:41.738 UTC postmaster[37200] LOG: database system is ready to accept connections 2024-11-21 04:54:42.016 UTC client backend[37220] pg_regress/check_btree LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp37220.0", size 1400000 2024-11-21 04:54:42.016 UTC client backend[37220] pg_regress/check_btree STATEMENT: INSERT INTO bttest_a SELECT * FROM generate_series(1, 100000); 2024-11-21 04:54:42.190 UTC client backend[37220] pg_regress/check_btree LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp37220.1", size 1400000 2024-11-21 04:54:42.190 UTC client backend[37220] pg_regress/check_btree STATEMENT: INSERT INTO bttest_b SELECT * FROM generate_series(100000, 1, -1); 2024-11-21 04:54:42.347 UTC client backend[37220] pg_regress/check_btree LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp37220.2", size 1400000 2024-11-21 04:54:42.347 UTC client backend[37220] pg_regress/check_btree STATEMENT: INSERT INTO bttest_multi SELECT i, i%2 FROM generate_series(1, 100000) as i; 2024-11-21 04:54:42.575 UTC client backend[37220] pg_regress/check_btree ERROR: permission denied for function bt_index_check 2024-11-21 04:54:42.575 UTC client backend[37220] pg_regress/check_btree STATEMENT: SELECT bt_index_check('bttest_a_idx'::regclass); 2024-11-21 04:54:42.575 UTC client backend[37220] pg_regress/check_btree ERROR: permission denied for function bt_index_parent_check 2024-11-21 04:54:42.575 UTC client backend[37220] pg_regress/check_btree STATEMENT: SELECT bt_index_parent_check('bttest_a_idx'::regclass); 2024-11-21 04:54:42.626 UTC client backend[37220] pg_regress/check_btree ERROR: "bttest_a" is not an index 2024-11-21 04:54:42.626 UTC client backend[37220] pg_regress/check_btree STATEMENT: SELECT bt_index_check('bttest_a'); 2024-11-21 04:54:42.626 UTC client backend[37220] pg_regress/check_btree ERROR: "bttest_a" is not an index 2024-11-21 04:54:42.626 UTC client backend[37220] pg_regress/check_btree STATEMENT: SELECT bt_index_parent_check('bttest_a'); 2024-11-21 04:54:42.627 UTC client backend[37220] pg_regress/check_btree ERROR: could not open relation with OID 17 2024-11-21 04:54:42.627 UTC client backend[37220] pg_regress/check_btree STATEMENT: SELECT bt_index_check(17); 2024-11-21 04:54:42.627 UTC client backend[37220] pg_regress/check_btree ERROR: could not open relation with OID 17 2024-11-21 04:54:42.627 UTC client backend[37220] pg_regress/check_btree STATEMENT: SELECT bt_index_parent_check(17); 2024-11-21 04:54:42.653 UTC client backend[37220] pg_regress/check_btree ERROR: only B-Tree indexes are supported as targets for verification 2024-11-21 04:54:42.653 UTC client backend[37220] pg_regress/check_btree DETAIL: Relation "bttest_a_brin_idx" is not a B-Tree index. 2024-11-21 04:54:42.653 UTC client backend[37220] pg_regress/check_btree STATEMENT: SELECT bt_index_parent_check('bttest_a_brin_idx'); 2024-11-21 04:54:43.602 UTC client backend[37220] pg_regress/check_btree LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp37220.3", size 1400000 2024-11-21 04:54:43.602 UTC client backend[37220] pg_regress/check_btree STATEMENT: INSERT INTO bttest_multi SELECT i, i%2 FROM generate_series(1, 100000) as i; 2024-11-21 04:54:44.415 UTC client backend[37270] pg_regress/check_heap ERROR: invalid skip option 2024-11-21 04:54:44.415 UTC client backend[37270] pg_regress/check_heap HINT: Valid skip options are "all-visible", "all-frozen", and "none". 2024-11-21 04:54:44.415 UTC client backend[37270] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest', skip := 'rope'); 2024-11-21 04:54:44.422 UTC client backend[37270] pg_regress/check_heap ERROR: permission denied for function verify_heapam 2024-11-21 04:54:44.422 UTC client backend[37270] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest'); 2024-11-21 04:54:44.423 UTC client backend[37270] pg_regress/check_heap ERROR: ending block number must be between 0 and 0 2024-11-21 04:54:44.423 UTC client backend[37270] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 10000); 2024-11-21 04:54:44.423 UTC client backend[37270] pg_regress/check_heap ERROR: starting block number must be between 0 and 0 2024-11-21 04:54:44.423 UTC client backend[37270] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 10000, endblock := 11000); 2024-11-21 04:54:44.426 UTC client backend[37270] pg_regress/check_heap ERROR: cannot check relation "test_partitioned" 2024-11-21 04:54:44.426 UTC client backend[37270] pg_regress/check_heap DETAIL: This operation is not supported for partitioned tables. 2024-11-21 04:54:44.426 UTC client backend[37270] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam('test_partitioned', startblock := NULL, endblock := NULL); 2024-11-21 04:54:44.486 UTC client backend[37270] pg_regress/check_heap ERROR: cannot check relation "test_index" 2024-11-21 04:54:44.486 UTC client backend[37270] pg_regress/check_heap DETAIL: This operation is not supported for indexes. 2024-11-21 04:54:44.486 UTC client backend[37270] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam('test_index', startblock := NULL, endblock := NULL); 2024-11-21 04:54:44.487 UTC client backend[37270] pg_regress/check_heap ERROR: cannot check relation "test_view" 2024-11-21 04:54:44.487 UTC client backend[37270] pg_regress/check_heap DETAIL: This operation is not supported for views. 2024-11-21 04:54:44.487 UTC client backend[37270] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam('test_view', startblock := NULL, endblock := NULL); 2024-11-21 04:54:44.489 UTC client backend[37270] pg_regress/check_heap ERROR: cannot check relation "test_foreign_table" 2024-11-21 04:54:44.489 UTC client backend[37270] pg_regress/check_heap DETAIL: This operation is not supported for foreign tables. 2024-11-21 04:54:44.489 UTC client backend[37270] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam('test_foreign_table', startblock := NULL, endblock := NULL); 2024-11-21 04:54:44.491 UTC checkpointer[37203] LOG: checkpoint starting: immediate force wait 2024-11-21 04:54:44.508 UTC checkpointer[37203] LOG: checkpoint complete: wrote 1013 buffers (6.2%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 4 recycled; write=0.016 s, sync=0.001 s, total=0.017 s; sync files=0, longest=0.000 s, average=0.000 s; distance=62802 kB, estimate=62802 kB; lsn=0/54E0070, redo lsn=0/54E0018 2024-11-21 04:54:44.518 UTC postmaster[37200] LOG: received fast shutdown request 2024-11-21 04:54:44.518 UTC postmaster[37200] 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: 37200 postgres(ExceptionalCondition+0x56)[0x559251000738] postgres(+0xeb2de4)[0x559250c1bde4] postgres(+0xeb333a)[0x559250c1c33a] postgres(+0xeb41fc)[0x559250c1d1fc] postgres(PostmasterMain+0x13f2)[0x559250c1ec6b] postgres(main+0x2c1)[0x559250a56c4a] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7f0f8304624a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7f0f83046305] postgres(_start+0x21)[0x559250606151]