2024-12-14 21:06:37.876 UTC postmaster[37157] LOG: starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit 2024-12-14 21:06:37.876 UTC postmaster[37157] LOG: listening on Unix socket "/tmp/pg_regress-TTrk4q/.s.PGSQL.40004" 2024-12-14 21:06:37.879 UTC startup[37160] LOG: database system was shut down at 2024-12-14 21:03:36 UTC 2024-12-14 21:06:37.882 UTC postmaster[37157] LOG: database system is ready to accept connections 2024-12-14 21:06:38.171 UTC client backend[37177] pg_regress/check_btree LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp37177.0", size 1400000 2024-12-14 21:06:38.171 UTC client backend[37177] pg_regress/check_btree STATEMENT: INSERT INTO bttest_a SELECT * FROM generate_series(1, 100000); 2024-12-14 21:06:38.349 UTC client backend[37177] pg_regress/check_btree LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp37177.1", size 1400000 2024-12-14 21:06:38.349 UTC client backend[37177] pg_regress/check_btree STATEMENT: INSERT INTO bttest_b SELECT * FROM generate_series(100000, 1, -1); 2024-12-14 21:06:38.517 UTC client backend[37177] pg_regress/check_btree LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp37177.2", size 1400000 2024-12-14 21:06:38.517 UTC client backend[37177] pg_regress/check_btree STATEMENT: INSERT INTO bttest_multi SELECT i, i%2 FROM generate_series(1, 100000) as i; 2024-12-14 21:06:38.735 UTC client backend[37177] pg_regress/check_btree ERROR: permission denied for function bt_index_check 2024-12-14 21:06:38.735 UTC client backend[37177] pg_regress/check_btree STATEMENT: SELECT bt_index_check('bttest_a_idx'::regclass); 2024-12-14 21:06:38.735 UTC client backend[37177] pg_regress/check_btree ERROR: permission denied for function bt_index_parent_check 2024-12-14 21:06:38.735 UTC client backend[37177] pg_regress/check_btree STATEMENT: SELECT bt_index_parent_check('bttest_a_idx'::regclass); 2024-12-14 21:06:38.785 UTC client backend[37177] pg_regress/check_btree ERROR: "bttest_a" is not an index 2024-12-14 21:06:38.785 UTC client backend[37177] pg_regress/check_btree STATEMENT: SELECT bt_index_check('bttest_a'); 2024-12-14 21:06:38.786 UTC client backend[37177] pg_regress/check_btree ERROR: "bttest_a" is not an index 2024-12-14 21:06:38.786 UTC client backend[37177] pg_regress/check_btree STATEMENT: SELECT bt_index_parent_check('bttest_a'); 2024-12-14 21:06:38.786 UTC client backend[37177] pg_regress/check_btree ERROR: could not open relation with OID 17 2024-12-14 21:06:38.786 UTC client backend[37177] pg_regress/check_btree STATEMENT: SELECT bt_index_check(17); 2024-12-14 21:06:38.786 UTC client backend[37177] pg_regress/check_btree ERROR: could not open relation with OID 17 2024-12-14 21:06:38.786 UTC client backend[37177] pg_regress/check_btree STATEMENT: SELECT bt_index_parent_check(17); 2024-12-14 21:06:38.814 UTC client backend[37177] pg_regress/check_btree ERROR: only B-Tree indexes are supported as targets for verification 2024-12-14 21:06:38.814 UTC client backend[37177] pg_regress/check_btree DETAIL: Relation "bttest_a_brin_idx" is not a B-Tree index. 2024-12-14 21:06:38.814 UTC client backend[37177] pg_regress/check_btree STATEMENT: SELECT bt_index_parent_check('bttest_a_brin_idx'); 2024-12-14 21:06:39.770 UTC client backend[37177] pg_regress/check_btree LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp37177.3", size 1400000 2024-12-14 21:06:39.770 UTC client backend[37177] pg_regress/check_btree STATEMENT: INSERT INTO bttest_multi SELECT i, i%2 FROM generate_series(1, 100000) as i; 2024-12-14 21:06:40.582 UTC client backend[37227] pg_regress/check_heap ERROR: invalid skip option 2024-12-14 21:06:40.582 UTC client backend[37227] pg_regress/check_heap HINT: Valid skip options are "all-visible", "all-frozen", and "none". 2024-12-14 21:06:40.582 UTC client backend[37227] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest', skip := 'rope'); 2024-12-14 21:06:40.589 UTC client backend[37227] pg_regress/check_heap ERROR: permission denied for function verify_heapam 2024-12-14 21:06:40.589 UTC client backend[37227] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest'); 2024-12-14 21:06:40.591 UTC client backend[37227] pg_regress/check_heap ERROR: ending block number must be between 0 and 0 2024-12-14 21:06:40.591 UTC client backend[37227] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 10000); 2024-12-14 21:06:40.591 UTC client backend[37227] pg_regress/check_heap ERROR: starting block number must be between 0 and 0 2024-12-14 21:06:40.591 UTC client backend[37227] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 10000, endblock := 11000); 2024-12-14 21:06:40.594 UTC client backend[37227] pg_regress/check_heap ERROR: cannot check relation "test_partitioned" 2024-12-14 21:06:40.594 UTC client backend[37227] pg_regress/check_heap DETAIL: This operation is not supported for partitioned tables. 2024-12-14 21:06:40.594 UTC client backend[37227] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam('test_partitioned', startblock := NULL, endblock := NULL); 2024-12-14 21:06:40.656 UTC client backend[37227] pg_regress/check_heap ERROR: cannot check relation "test_index" 2024-12-14 21:06:40.656 UTC client backend[37227] pg_regress/check_heap DETAIL: This operation is not supported for indexes. 2024-12-14 21:06:40.656 UTC client backend[37227] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam('test_index', startblock := NULL, endblock := NULL); 2024-12-14 21:06:40.657 UTC client backend[37227] pg_regress/check_heap ERROR: cannot check relation "test_view" 2024-12-14 21:06:40.657 UTC client backend[37227] pg_regress/check_heap DETAIL: This operation is not supported for views. 2024-12-14 21:06:40.657 UTC client backend[37227] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam('test_view', startblock := NULL, endblock := NULL); 2024-12-14 21:06:40.660 UTC client backend[37227] pg_regress/check_heap ERROR: cannot check relation "test_foreign_table" 2024-12-14 21:06:40.660 UTC client backend[37227] pg_regress/check_heap DETAIL: This operation is not supported for foreign tables. 2024-12-14 21:06:40.660 UTC client backend[37227] pg_regress/check_heap STATEMENT: SELECT * FROM verify_heapam('test_foreign_table', startblock := NULL, endblock := NULL); 2024-12-14 21:06:40.661 UTC checkpointer[37158] LOG: checkpoint starting: immediate force wait 2024-12-14 21:06:40.679 UTC checkpointer[37158] 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.018 s; sync files=0, longest=0.000 s, average=0.000 s; distance=62803 kB, estimate=62803 kB; lsn=0/54E1410, redo lsn=0/54E13B8 2024-12-14 21:06:40.688 UTC postmaster[37157] LOG: received fast shutdown request 2024-12-14 21:06:40.688 UTC postmaster[37157] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2901, PID: 37157 postgres(ExceptionalCondition+0x56)[0x55ac088965cf] postgres(+0xebfd01)[0x55ac084aed01] postgres(+0xec0257)[0x55ac084af257] postgres(+0xec1119)[0x55ac084b0119] postgres(PostmasterMain+0x13f5)[0x55ac084b1b7d] postgres(main+0x288)[0x55ac082e61b2] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7f27fda4624a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7f27fda46305] postgres(_start+0x21)[0x55ac07e93151]