2024-12-14 21:10:31.421 UTC postmaster[19629] LOG: starting PostgreSQL 18devel on x86_64-freebsd, compiled by clang-17.0.6, 64-bit 2024-12-14 21:10:31.421 UTC postmaster[19629] LOG: listening on Unix socket "/tmp/pg_regress-gX2RJM/.s.PGSQL.40028" 2024-12-14 21:10:31.423 UTC startup[19632] LOG: database system was shut down at 2024-12-14 21:10:31 UTC 2024-12-14 21:10:31.424 UTC postmaster[19629] LOG: database system is ready to accept connections 2024-12-14 21:10:31.529 UTC client backend[19640] pg_regress/page ERROR: block number 1 is out of range for relation "test1" 2024-12-14 21:10:31.529 UTC client backend[19640] pg_regress/page STATEMENT: SELECT octet_length(get_raw_page('test1', 'main', 1)) AS main_1; 2024-12-14 21:10:31.530 UTC client backend[19640] pg_regress/page ERROR: block number 1 is out of range for relation "test1" 2024-12-14 21:10:31.530 UTC client backend[19640] pg_regress/page STATEMENT: SELECT octet_length(get_raw_page('test1', 'vm', 1)) AS vm_1; 2024-12-14 21:10:31.530 UTC client backend[19640] pg_regress/page ERROR: invalid block number 2024-12-14 21:10:31.530 UTC client backend[19640] pg_regress/page STATEMENT: SELECT octet_length(get_raw_page('test1', 'main', -1)); 2024-12-14 21:10:31.530 UTC client backend[19640] pg_regress/page ERROR: relation "xxx" does not exist 2024-12-14 21:10:31.530 UTC client backend[19640] pg_regress/page STATEMENT: SELECT octet_length(get_raw_page('xxx', 'main', 0)); 2024-12-14 21:10:31.530 UTC client backend[19640] pg_regress/page ERROR: invalid fork name 2024-12-14 21:10:31.530 UTC client backend[19640] pg_regress/page HINT: Valid fork names are "main", "fsm", "vm", and "init". 2024-12-14 21:10:31.530 UTC client backend[19640] pg_regress/page STATEMENT: SELECT octet_length(get_raw_page('test1', 'xxx', 0)); 2024-12-14 21:10:31.531 UTC client backend[19640] pg_regress/page ERROR: invalid block number 2024-12-14 21:10:31.531 UTC client backend[19640] pg_regress/page STATEMENT: SELECT page_checksum(get_raw_page('test1', 0), -1); 2024-12-14 21:10:31.539 UTC client backend[19640] pg_regress/page ERROR: cannot get raw page from relation "test_partitioned" 2024-12-14 21:10:31.539 UTC client backend[19640] pg_regress/page DETAIL: This operation is not supported for partitioned tables. 2024-12-14 21:10:31.539 UTC client backend[19640] pg_regress/page STATEMENT: select get_raw_page('test_partitioned', 0); 2024-12-14 21:10:31.539 UTC client backend[19640] pg_regress/page ERROR: cannot get raw page from relation "test_partitioned_index" 2024-12-14 21:10:31.539 UTC client backend[19640] pg_regress/page DETAIL: This operation is not supported for partitioned indexes. 2024-12-14 21:10:31.539 UTC client backend[19640] pg_regress/page STATEMENT: select get_raw_page('test_partitioned_index', 0); 2024-12-14 21:10:31.541 UTC client backend[19640] pg_regress/page ERROR: block number 0 is out of range for relation "test_part1" 2024-12-14 21:10:31.541 UTC client backend[19640] pg_regress/page STATEMENT: select get_raw_page('test_part1', 0); 2024-12-14 21:10:31.545 UTC client backend[19640] pg_regress/page ERROR: invalid page size 2024-12-14 21:10:31.545 UTC client backend[19640] pg_regress/page DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:10:31.545 UTC client backend[19640] pg_regress/page STATEMENT: SELECT fsm_page_contents('aaa'::bytea); 2024-12-14 21:10:31.545 UTC client backend[19640] pg_regress/page ERROR: invalid page size 2024-12-14 21:10:31.545 UTC client backend[19640] pg_regress/page DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:10:31.545 UTC client backend[19640] pg_regress/page STATEMENT: SELECT page_checksum('bbb'::bytea, 0); 2024-12-14 21:10:31.546 UTC client backend[19640] pg_regress/page ERROR: invalid page size 2024-12-14 21:10:31.546 UTC client backend[19640] pg_regress/page DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:10:31.546 UTC client backend[19640] pg_regress/page STATEMENT: SELECT page_header('ccc'::bytea); 2024-12-14 21:10:31.565 UTC client backend[19643] pg_regress/btree ERROR: invalid block number -1 2024-12-14 21:10:31.565 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT * FROM bt_page_stats('test1_a_idx', -1); 2024-12-14 21:10:31.565 UTC client backend[19643] pg_regress/btree ERROR: block 0 is a meta page 2024-12-14 21:10:31.565 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT * FROM bt_page_stats('test1_a_idx', 0); 2024-12-14 21:10:31.566 UTC client backend[19643] pg_regress/btree ERROR: block number 2 is out of range 2024-12-14 21:10:31.566 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT * FROM bt_page_stats('test1_a_idx', 2); 2024-12-14 21:10:31.568 UTC client backend[19643] pg_regress/btree ERROR: block 0 is a meta page 2024-12-14 21:10:31.568 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT * FROM bt_multi_page_stats('test2_col1_idx', 0, 1); 2024-12-14 21:10:31.570 UTC client backend[19643] pg_regress/btree ERROR: block number 7 is out of range 2024-12-14 21:10:31.570 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT * FROM bt_multi_page_stats('test2_col1_idx', 7, 2); 2024-12-14 21:10:31.571 UTC client backend[19643] pg_regress/btree ERROR: invalid block number -1 2024-12-14 21:10:31.571 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT * FROM bt_page_items('test1_a_idx', -1); 2024-12-14 21:10:31.572 UTC client backend[19643] pg_regress/btree ERROR: block 0 is a meta page 2024-12-14 21:10:31.572 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT * FROM bt_page_items('test1_a_idx', 0); 2024-12-14 21:10:31.572 UTC client backend[19643] pg_regress/btree ERROR: block number 2 is out of range 2024-12-14 21:10:31.572 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT * FROM bt_page_items('test1_a_idx', 2); 2024-12-14 21:10:31.572 UTC client backend[19643] pg_regress/btree ERROR: invalid block number 2024-12-14 21:10:31.572 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT * FROM bt_page_items(get_raw_page('test1_a_idx', -1)); 2024-12-14 21:10:31.573 UTC client backend[19643] pg_regress/btree ERROR: block is a meta page 2024-12-14 21:10:31.573 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT * FROM bt_page_items(get_raw_page('test1_a_idx', 0)); 2024-12-14 21:10:31.573 UTC client backend[19643] pg_regress/btree ERROR: block number 2 is out of range for relation "test1_a_idx" 2024-12-14 21:10:31.573 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT * FROM bt_page_items(get_raw_page('test1_a_idx', 2)); 2024-12-14 21:10:31.574 UTC client backend[19643] pg_regress/btree ERROR: "test1_a_hash" is not a btree index 2024-12-14 21:10:31.574 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT bt_metap('test1_a_hash'); 2024-12-14 21:10:31.574 UTC client backend[19643] pg_regress/btree ERROR: "test1_a_hash" is not a btree index 2024-12-14 21:10:31.574 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT bt_page_stats('test1_a_hash', 0); 2024-12-14 21:10:31.574 UTC client backend[19643] pg_regress/btree ERROR: "test1_a_hash" is not a btree index 2024-12-14 21:10:31.574 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT bt_page_items('test1_a_hash', 0); 2024-12-14 21:10:31.574 UTC client backend[19643] pg_regress/btree ERROR: block is a meta page 2024-12-14 21:10:31.574 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT bt_page_items(get_raw_page('test1_a_hash', 0)); 2024-12-14 21:10:31.575 UTC client backend[19643] pg_regress/btree ERROR: block is not a valid btree leaf page 2024-12-14 21:10:31.575 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT bt_page_items(get_raw_page('test1_b_gist', 0)); 2024-12-14 21:10:31.575 UTC client backend[19643] pg_regress/btree ERROR: invalid page size 2024-12-14 21:10:31.575 UTC client backend[19643] pg_regress/btree DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:10:31.575 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT bt_page_items('aaa'::bytea); 2024-12-14 21:10:31.576 UTC client backend[19643] pg_regress/btree ERROR: input page is not a valid btree page 2024-12-14 21:10:31.576 UTC client backend[19643] pg_regress/btree DETAIL: Expected special size 16, got 0. 2024-12-14 21:10:31.576 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT bt_page_items(get_raw_page('test1', 0)); 2024-12-14 21:10:31.577 UTC client backend[19643] pg_regress/btree ERROR: input page is not a valid btree page 2024-12-14 21:10:31.577 UTC client backend[19643] pg_regress/btree DETAIL: Expected special size 16, got 8. 2024-12-14 21:10:31.577 UTC client backend[19643] pg_regress/btree STATEMENT: SELECT bt_page_items(get_raw_page('test1_a_brin', 0)); 2024-12-14 21:10:31.595 UTC client backend[19646] pg_regress/brin ERROR: page is not a BRIN page of type "metapage" 2024-12-14 21:10:31.595 UTC client backend[19646] pg_regress/brin DETAIL: Expected special type 0000f091, got 0000f092. 2024-12-14 21:10:31.595 UTC client backend[19646] pg_regress/brin STATEMENT: SELECT * FROM brin_metapage_info(get_raw_page('test1_a_idx', 1)); 2024-12-14 21:10:31.595 UTC client backend[19646] pg_regress/brin ERROR: page is not a BRIN page of type "revmap" 2024-12-14 21:10:31.595 UTC client backend[19646] pg_regress/brin DETAIL: Expected special type 0000f092, got 0000f091. 2024-12-14 21:10:31.595 UTC client backend[19646] pg_regress/brin STATEMENT: SELECT * FROM brin_revmap_data(get_raw_page('test1_a_idx', 0)) LIMIT 5; 2024-12-14 21:10:31.598 UTC client backend[19646] pg_regress/brin ERROR: "test1_a_btree" is not a BRIN index 2024-12-14 21:10:31.598 UTC client backend[19646] pg_regress/brin STATEMENT: SELECT brin_page_items(get_raw_page('test1_a_btree', 0), 'test1_a_btree'); 2024-12-14 21:10:31.598 UTC client backend[19646] pg_regress/brin ERROR: input page is not a valid BRIN page 2024-12-14 21:10:31.598 UTC client backend[19646] pg_regress/brin DETAIL: Expected special size 8, got 16. 2024-12-14 21:10:31.598 UTC client backend[19646] pg_regress/brin STATEMENT: SELECT brin_page_items(get_raw_page('test1_a_btree', 0), 'test1_a_idx'); 2024-12-14 21:10:31.598 UTC client backend[19646] pg_regress/brin ERROR: input page is not a valid BRIN page 2024-12-14 21:10:31.598 UTC client backend[19646] pg_regress/brin DETAIL: Expected special size 8, got 0. 2024-12-14 21:10:31.598 UTC client backend[19646] pg_regress/brin STATEMENT: SELECT brin_page_type(get_raw_page('test1', 0)); 2024-12-14 21:10:31.598 UTC client backend[19646] pg_regress/brin ERROR: input page is not a valid BRIN page 2024-12-14 21:10:31.598 UTC client backend[19646] pg_regress/brin DETAIL: Expected special size 8, got 0. 2024-12-14 21:10:31.598 UTC client backend[19646] pg_regress/brin STATEMENT: SELECT * FROM brin_metapage_info(get_raw_page('test1', 0)); 2024-12-14 21:10:31.599 UTC client backend[19646] pg_regress/brin ERROR: input page is not a valid BRIN page 2024-12-14 21:10:31.599 UTC client backend[19646] pg_regress/brin DETAIL: Expected special size 8, got 0. 2024-12-14 21:10:31.599 UTC client backend[19646] pg_regress/brin STATEMENT: SELECT * FROM brin_revmap_data(get_raw_page('test1', 0)); 2024-12-14 21:10:31.680 UTC client backend[19652] pg_regress/gin ERROR: input page is not a GIN metapage 2024-12-14 21:10:31.680 UTC client backend[19652] pg_regress/gin DETAIL: Flags 0002, expected 0008 2024-12-14 21:10:31.680 UTC client backend[19652] pg_regress/gin STATEMENT: SELECT * FROM gin_metapage_info(get_raw_page('test1_y_idx', 1)); 2024-12-14 21:10:31.681 UTC client backend[19652] pg_regress/gin ERROR: input page is not a compressed GIN data leaf page 2024-12-14 21:10:31.681 UTC client backend[19652] pg_regress/gin DETAIL: Flags 0002, expected 0083 2024-12-14 21:10:31.681 UTC client backend[19652] pg_regress/gin STATEMENT: SELECT * FROM gin_leafpage_items(get_raw_page('test1_y_idx', 1)); 2024-12-14 21:10:31.792 UTC client backend[19652] pg_regress/gin ERROR: invalid page size 2024-12-14 21:10:31.792 UTC client backend[19652] pg_regress/gin DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:10:31.792 UTC client backend[19652] pg_regress/gin STATEMENT: SELECT gin_leafpage_items('aaa'::bytea); 2024-12-14 21:10:31.792 UTC client backend[19652] pg_regress/gin ERROR: invalid page size 2024-12-14 21:10:31.792 UTC client backend[19652] pg_regress/gin DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:10:31.792 UTC client backend[19652] pg_regress/gin STATEMENT: SELECT gin_metapage_info('bbb'::bytea); 2024-12-14 21:10:31.792 UTC client backend[19652] pg_regress/gin ERROR: invalid page size 2024-12-14 21:10:31.792 UTC client backend[19652] pg_regress/gin DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:10:31.792 UTC client backend[19652] pg_regress/gin STATEMENT: SELECT gin_page_opaque_info('ccc'::bytea); 2024-12-14 21:10:31.792 UTC client backend[19652] pg_regress/gin ERROR: input page is not a valid GIN metapage 2024-12-14 21:10:31.792 UTC client backend[19652] pg_regress/gin DETAIL: Expected special size 8, got 0. 2024-12-14 21:10:31.792 UTC client backend[19652] pg_regress/gin STATEMENT: SELECT * FROM gin_metapage_info(get_raw_page('test1', 0)); 2024-12-14 21:10:31.792 UTC client backend[19652] pg_regress/gin ERROR: input page is not a valid GIN data leaf page 2024-12-14 21:10:31.792 UTC client backend[19652] pg_regress/gin DETAIL: Expected special size 8, got 0. 2024-12-14 21:10:31.792 UTC client backend[19652] pg_regress/gin STATEMENT: SELECT * FROM gin_page_opaque_info(get_raw_page('test1', 0)); 2024-12-14 21:10:31.793 UTC client backend[19652] pg_regress/gin ERROR: input page is not a valid GIN data leaf page 2024-12-14 21:10:31.793 UTC client backend[19652] pg_regress/gin DETAIL: Expected special size 8, got 0. 2024-12-14 21:10:31.793 UTC client backend[19652] pg_regress/gin STATEMENT: SELECT * FROM gin_leafpage_items(get_raw_page('test1', 0)); 2024-12-14 21:10:31.819 UTC client backend[19655] pg_regress/gist ERROR: "test_gist_btree" is not a GiST index 2024-12-14 21:10:31.819 UTC client backend[19655] pg_regress/gist STATEMENT: SELECT gist_page_items(get_raw_page('test_gist_btree', 0), 'test_gist_btree'); 2024-12-14 21:10:31.820 UTC client backend[19655] pg_regress/gist ERROR: input page is not a valid GiST page 2024-12-14 21:10:31.820 UTC client backend[19655] pg_regress/gist DETAIL: Expected 0000ff81, got 00000000. 2024-12-14 21:10:31.820 UTC client backend[19655] pg_regress/gist STATEMENT: SELECT gist_page_items(get_raw_page('test_gist_btree', 0), 'test_gist_idx'); 2024-12-14 21:10:31.820 UTC client backend[19655] pg_regress/gist ERROR: invalid page size 2024-12-14 21:10:31.820 UTC client backend[19655] pg_regress/gist DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:10:31.820 UTC client backend[19655] pg_regress/gist STATEMENT: SELECT gist_page_items_bytea('aaa'::bytea); 2024-12-14 21:10:31.820 UTC client backend[19655] pg_regress/gist ERROR: invalid page size 2024-12-14 21:10:31.820 UTC client backend[19655] pg_regress/gist DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:10:31.820 UTC client backend[19655] pg_regress/gist STATEMENT: SELECT gist_page_items('aaa'::bytea, 'test_gist_idx'::regclass); 2024-12-14 21:10:31.820 UTC client backend[19655] pg_regress/gist ERROR: invalid page size 2024-12-14 21:10:31.820 UTC client backend[19655] pg_regress/gist DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:10:31.820 UTC client backend[19655] pg_regress/gist STATEMENT: SELECT gist_page_opaque_info('aaa'::bytea); 2024-12-14 21:10:31.820 UTC client backend[19655] pg_regress/gist ERROR: input page is not a valid GiST page 2024-12-14 21:10:31.820 UTC client backend[19655] pg_regress/gist DETAIL: Expected special size 16, got 0. 2024-12-14 21:10:31.820 UTC client backend[19655] pg_regress/gist STATEMENT: SELECT * FROM gist_page_opaque_info(get_raw_page('test_gist', 0)); 2024-12-14 21:10:31.821 UTC client backend[19655] pg_regress/gist ERROR: input page is not a valid GiST page 2024-12-14 21:10:31.821 UTC client backend[19655] pg_regress/gist DETAIL: Expected special size 16, got 0. 2024-12-14 21:10:31.821 UTC client backend[19655] pg_regress/gist STATEMENT: SELECT gist_page_items_bytea(get_raw_page('test_gist', 0)); 2024-12-14 21:10:31.821 UTC client backend[19655] pg_regress/gist ERROR: input page is not a valid GiST page 2024-12-14 21:10:31.821 UTC client backend[19655] pg_regress/gist DETAIL: Expected 0000ff81, got 00000000. 2024-12-14 21:10:31.821 UTC client backend[19655] pg_regress/gist STATEMENT: SELECT gist_page_items_bytea(get_raw_page('test_gist_btree', 0)); 2024-12-14 21:10:31.845 UTC client backend[19658] pg_regress/hash ERROR: block number 6 is out of range for relation "test_hash_a_idx" 2024-12-14 21:10:31.845 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT hash_page_type(get_raw_page('test_hash_a_idx', 6)); 2024-12-14 21:10:31.846 UTC client backend[19658] pg_regress/hash ERROR: invalid block number 2024-12-14 21:10:31.846 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT * FROM hash_bitmap_info('test_hash_a_idx', -1); 2024-12-14 21:10:31.846 UTC client backend[19658] pg_regress/hash ERROR: invalid overflow block number 0 2024-12-14 21:10:31.846 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT * FROM hash_bitmap_info('test_hash_a_idx', 0); 2024-12-14 21:10:31.846 UTC client backend[19658] pg_regress/hash ERROR: invalid overflow block number 1 2024-12-14 21:10:31.846 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT * FROM hash_bitmap_info('test_hash_a_idx', 1); 2024-12-14 21:10:31.846 UTC client backend[19658] pg_regress/hash ERROR: invalid overflow block number 2 2024-12-14 21:10:31.846 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT * FROM hash_bitmap_info('test_hash_a_idx', 2); 2024-12-14 21:10:31.846 UTC client backend[19658] pg_regress/hash ERROR: invalid overflow block number 3 2024-12-14 21:10:31.846 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT * FROM hash_bitmap_info('test_hash_a_idx', 3); 2024-12-14 21:10:31.847 UTC client backend[19658] pg_regress/hash ERROR: invalid overflow block number 4 2024-12-14 21:10:31.847 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT * FROM hash_bitmap_info('test_hash_a_idx', 4); 2024-12-14 21:10:31.847 UTC client backend[19658] pg_regress/hash ERROR: invalid overflow block number 5 2024-12-14 21:10:31.847 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT * FROM hash_bitmap_info('test_hash_a_idx', 5); 2024-12-14 21:10:31.847 UTC client backend[19658] pg_regress/hash ERROR: block number 6 is out of range for relation "test_hash_a_idx" 2024-12-14 21:10:31.847 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT * FROM hash_bitmap_info('test_hash_a_idx', 6); 2024-12-14 21:10:31.847 UTC client backend[19658] pg_regress/hash ERROR: "test_hash_part_idx" is not a hash index 2024-12-14 21:10:31.847 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT * FROM hash_bitmap_info('test_hash_part_idx', 1); 2024-12-14 21:10:31.848 UTC client backend[19658] pg_regress/hash ERROR: page is not a hash meta page 2024-12-14 21:10:31.848 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT magic, version, ntuples, bsize, bmsize, bmshift, maxbucket, highmask, lowmask, ovflpoint, firstfree, nmaps, procid, spares, mapp FROM hash_metapage_info(get_raw_page('test_hash_a_idx', 1)); 2024-12-14 21:10:31.849 UTC client backend[19658] pg_regress/hash ERROR: page is not a hash meta page 2024-12-14 21:10:31.849 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT magic, version, ntuples, bsize, bmsize, bmshift, maxbucket, highmask, lowmask, ovflpoint, firstfree, nmaps, procid, spares, mapp FROM hash_metapage_info(get_raw_page('test_hash_a_idx', 2)); 2024-12-14 21:10:31.849 UTC client backend[19658] pg_regress/hash ERROR: page is not a hash meta page 2024-12-14 21:10:31.849 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT magic, version, ntuples, bsize, bmsize, bmshift, maxbucket, highmask, lowmask, ovflpoint, firstfree, nmaps, procid, spares, mapp FROM hash_metapage_info(get_raw_page('test_hash_a_idx', 3)); 2024-12-14 21:10:31.849 UTC client backend[19658] pg_regress/hash ERROR: page is not a hash meta page 2024-12-14 21:10:31.849 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT magic, version, ntuples, bsize, bmsize, bmshift, maxbucket, highmask, lowmask, ovflpoint, firstfree, nmaps, procid, spares, mapp FROM hash_metapage_info(get_raw_page('test_hash_a_idx', 4)); 2024-12-14 21:10:31.850 UTC client backend[19658] pg_regress/hash ERROR: page is not a hash meta page 2024-12-14 21:10:31.850 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT magic, version, ntuples, bsize, bmsize, bmshift, maxbucket, highmask, lowmask, ovflpoint, firstfree, nmaps, procid, spares, mapp FROM hash_metapage_info(get_raw_page('test_hash_a_idx', 5)); 2024-12-14 21:10:31.850 UTC client backend[19658] pg_regress/hash ERROR: page is not a hash bucket or overflow page 2024-12-14 21:10:31.850 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT live_items, dead_items, page_size, hasho_prevblkno, hasho_nextblkno, hasho_bucket, hasho_flag, hasho_page_id FROM hash_page_stats(get_raw_page('test_hash_a_idx', 0)); 2024-12-14 21:10:31.852 UTC client backend[19658] pg_regress/hash ERROR: page is not a hash bucket or overflow page 2024-12-14 21:10:31.852 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT live_items, dead_items, page_size, hasho_prevblkno, hasho_nextblkno, hasho_bucket, hasho_flag, hasho_page_id FROM hash_page_stats(get_raw_page('test_hash_a_idx', 5)); 2024-12-14 21:10:31.852 UTC client backend[19658] pg_regress/hash ERROR: page is not a hash bucket or overflow page 2024-12-14 21:10:31.852 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT * FROM hash_page_items(get_raw_page('test_hash_a_idx', 0)); 2024-12-14 21:10:31.853 UTC client backend[19658] pg_regress/hash ERROR: page is not a hash bucket or overflow page 2024-12-14 21:10:31.853 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT * FROM hash_page_items(get_raw_page('test_hash_a_idx', 5)); 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash ERROR: "test_hash_a_btree" is not a hash index 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT hash_bitmap_info('test_hash_a_btree', 0); 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash ERROR: invalid page size 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT hash_metapage_info('aaa'::bytea); 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash ERROR: invalid page size 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT hash_page_items('bbb'::bytea); 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash ERROR: invalid page size 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT hash_page_stats('ccc'::bytea); 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash ERROR: invalid page size 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT hash_page_type('ddd'::bytea); 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash ERROR: input page is not a valid hash page 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash DETAIL: Expected special size 16, got 0. 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT hash_metapage_info(get_raw_page('test_hash', 0)); 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash ERROR: input page is not a valid hash page 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash DETAIL: Expected special size 16, got 0. 2024-12-14 21:10:31.855 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT hash_page_items(get_raw_page('test_hash', 0)); 2024-12-14 21:10:31.856 UTC client backend[19658] pg_regress/hash ERROR: input page is not a valid hash page 2024-12-14 21:10:31.856 UTC client backend[19658] pg_regress/hash DETAIL: Expected special size 16, got 0. 2024-12-14 21:10:31.856 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT hash_page_stats(get_raw_page('test_hash', 0)); 2024-12-14 21:10:31.856 UTC client backend[19658] pg_regress/hash ERROR: input page is not a valid hash page 2024-12-14 21:10:31.856 UTC client backend[19658] pg_regress/hash DETAIL: Expected special size 16, got 0. 2024-12-14 21:10:31.856 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT hash_page_type(get_raw_page('test_hash', 0)); 2024-12-14 21:10:31.857 UTC client backend[19658] pg_regress/hash ERROR: page is not a hash meta page 2024-12-14 21:10:31.857 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT hash_metapage_info(decode(repeat('00', 8192), 'hex')); 2024-12-14 21:10:31.857 UTC client backend[19658] pg_regress/hash ERROR: page is not a hash bucket or overflow page 2024-12-14 21:10:31.857 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT hash_page_items(decode(repeat('00', 8192), 'hex')); 2024-12-14 21:10:31.858 UTC client backend[19658] pg_regress/hash ERROR: page is not a hash bucket or overflow page 2024-12-14 21:10:31.858 UTC client backend[19658] pg_regress/hash STATEMENT: SELECT hash_page_stats(decode(repeat('00', 8192), 'hex')); 2024-12-14 21:10:31.929 UTC postmaster[19629] LOG: received fast shutdown request 2024-12-14 21:10:31.929 UTC postmaster[19629] 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: 19629 0xaa40c2 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89f887 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89dd89 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89d169 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres