2025-01-25 11:17:47.204 UTC postmaster[37467] LOG: starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit 2025-01-25 11:17:47.204 UTC postmaster[37467] LOG: listening on Unix socket "/tmp/pg_regress-FdwGZ9/.s.PGSQL.40004" 2025-01-25 11:17:47.207 UTC startup[37472] LOG: database system was shut down at 2025-01-25 11:14:46 UTC 2025-01-25 11:17:47.210 UTC postmaster[37467] LOG: database system is ready to accept connections 2025-01-25 11:17:47.488 UTC client backend[37487] pg_regress/check_btree LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp37487.0", size 1400000 2025-01-25 11:17:47.488 UTC client backend[37487] pg_regress/check_btree STATEMENT: INSERT INTO bttest_a SELECT * FROM generate_series(1, 100000); 2025-01-25 11:17:47.658 UTC client backend[37487] pg_regress/check_btree LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp37487.1", size 1400000 2025-01-25 11:17:47.658 UTC client backend[37487] pg_regress/check_btree STATEMENT: INSERT INTO bttest_b SELECT * FROM generate_series(100000, 1, -1); 2025-01-25 11:17:47.826 UTC client backend[37487] pg_regress/check_btree LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp37487.2", size 1400000 2025-01-25 11:17:47.826 UTC client backend[37487] pg_regress/check_btree STATEMENT: INSERT INTO bttest_multi SELECT i, i%2 FROM generate_series(1, 100000) as i; 2025-01-25 11:17:48.060 UTC client backend[37487] pg_regress/check_btree ERROR: permission denied for function bt_index_check 2025-01-25 11:17:48.060 UTC client backend[37487] pg_regress/check_btree STATEMENT: SELECT bt_index_check('bttest_a_idx'::regclass); 2025-01-25 11:17:48.060 UTC client backend[37487] pg_regress/check_btree ERROR: permission denied for function bt_index_parent_check 2025-01-25 11:17:48.060 UTC client backend[37487] pg_regress/check_btree STATEMENT: SELECT bt_index_parent_check('bttest_a_idx'::regclass); 2025-01-25 11:17:48.123 UTC client backend[37487] pg_regress/check_btree ERROR: "bttest_a" is not an index 2025-01-25 11:17:48.123 UTC client backend[37487] pg_regress/check_btree STATEMENT: SELECT bt_index_check('bttest_a'); 2025-01-25 11:17:48.123 UTC client backend[37487] pg_regress/check_btree ERROR: "bttest_a" is not an index 2025-01-25 11:17:48.123 UTC client backend[37487] pg_regress/check_btree STATEMENT: SELECT bt_index_parent_check('bttest_a'); 2025-01-25 11:17:48.123 UTC client backend[37487] pg_regress/check_btree ERROR: could not open relation with OID 17 2025-01-25 11:17:48.123 UTC client backend[37487] pg_regress/check_btree STATEMENT: SELECT bt_index_check(17); 2025-01-25 11:17:48.123 UTC client backend[37487] pg_regress/check_btree ERROR: could not open relation with OID 17 2025-01-25 11:17:48.123 UTC client backend[37487] pg_regress/check_btree STATEMENT: SELECT bt_index_parent_check(17); 2025-01-25 11:17:48.152 UTC client backend[37487] pg_regress/check_btree ERROR: only B-Tree indexes are supported as targets for verification 2025-01-25 11:17:48.152 UTC client backend[37487] pg_regress/check_btree DETAIL: Relation "bttest_a_brin_idx" is not a B-Tree index. 2025-01-25 11:17:48.152 UTC client backend[37487] pg_regress/check_btree STATEMENT: SELECT bt_index_parent_check('bttest_a_brin_idx'); 2025-01-25 11:17:49.239 UTC client backend[37487] pg_regress/check_btree LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp37487.3", size 1400000 2025-01-25 11:17:49.239 UTC client backend[37487] pg_regress/check_btree STATEMENT: INSERT INTO bttest_multi SELECT i, i%2 FROM generate_series(1, 100000) as i; 2025-01-25 11:17:50.099 UTC client backend[37541] pg_regress/check_heap ERROR: invalid skip option 2025-01-25 11:17:50.099 UTC client backend[37541] pg_regress/check_heap HINT: Valid skip options are "all-visible", "all-frozen", and "none". 2025-01-25 11:17:50.099 UTC client backend[37541] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest', skip := 'rope'); 2025-01-25 11:17:50.106 UTC client backend[37541] pg_regress/check_heap ERROR: permission denied for function verify_heapam 2025-01-25 11:17:50.106 UTC client backend[37541] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest'); 2025-01-25 11:17:50.107 UTC client backend[37541] pg_regress/check_heap ERROR: ending block number must be between 0 and 0 2025-01-25 11:17:50.107 UTC client backend[37541] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 10000); 2025-01-25 11:17:50.108 UTC client backend[37541] pg_regress/check_heap ERROR: starting block number must be between 0 and 0 2025-01-25 11:17:50.108 UTC client backend[37541] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 10000, endblock := 11000); 2025-01-25 11:17:50.110 UTC client backend[37541] pg_regress/check_heap ERROR: cannot check relation "test_partitioned" 2025-01-25 11:17:50.110 UTC client backend[37541] pg_regress/check_heap DETAIL: This operation is not supported for partitioned tables. 2025-01-25 11:17:50.110 UTC client backend[37541] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam('test_partitioned', startblock := NULL, endblock := NULL); 2025-01-25 11:17:50.171 UTC client backend[37541] pg_regress/check_heap ERROR: cannot check relation "test_index" 2025-01-25 11:17:50.171 UTC client backend[37541] pg_regress/check_heap DETAIL: This operation is not supported for indexes. 2025-01-25 11:17:50.171 UTC client backend[37541] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam('test_index', startblock := NULL, endblock := NULL); 2025-01-25 11:17:50.172 UTC client backend[37541] pg_regress/check_heap ERROR: cannot check relation "test_view" 2025-01-25 11:17:50.172 UTC client backend[37541] pg_regress/check_heap DETAIL: This operation is not supported for views. 2025-01-25 11:17:50.172 UTC client backend[37541] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam('test_view', startblock := NULL, endblock := NULL); 2025-01-25 11:17:50.174 UTC client backend[37541] pg_regress/check_heap ERROR: cannot check relation "test_foreign_table" 2025-01-25 11:17:50.174 UTC client backend[37541] pg_regress/check_heap DETAIL: This operation is not supported for foreign tables. 2025-01-25 11:17:50.174 UTC client backend[37541] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam('test_foreign_table', startblock := NULL, endblock := NULL); 2025-01-25 11:17:50.176 UTC checkpointer[37470] LOG: checkpoint starting: immediate force wait 2025-01-25 11:17:50.191 UTC checkpointer[37470] LOG: checkpoint complete: wrote 1015 buffers (6.2%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 4 recycled; write=0.014 s, sync=0.001 s, total=0.016 s; sync files=0, longest=0.000 s, average=0.000 s; distance=62819 kB, estimate=62819 kB; lsn=0/54E76F0, redo lsn=0/54E7698 2025-01-25 11:17:50.200 UTC postmaster[37467] LOG: received fast shutdown request 2025-01-25 11:17:50.200 UTC postmaster[37467] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2964, PID: 37467 postgres(ExceptionalCondition+0x56)[0x557ccdff5582] postgres(+0xee1cb7)[0x557ccdc07cb7] postgres(+0xee22c4)[0x557ccdc082c4] postgres(+0xee3190)[0x557ccdc09190] postgres(PostmasterMain+0x13f0)[0x557ccdc0abcd] postgres(main+0x28d)[0x557ccda3cbb1] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7f4f0d04624a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7f4f0d046305] postgres(_start+0x21)[0x557ccd5e2151]