2024-12-14 21:12:42.393 UTC postmaster[38862] LOG: starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit 2024-12-14 21:12:42.393 UTC postmaster[38862] LOG: listening on Unix socket "/tmp/pg_regress-urCfEY/.s.PGSQL.40028" 2024-12-14 21:12:42.396 UTC startup[38865] LOG: database system was shut down at 2024-12-14 21:03:36 UTC 2024-12-14 21:12:42.400 UTC postmaster[38862] LOG: database system is ready to accept connections 2024-12-14 21:12:42.519 UTC client backend[38874] pg_regress/page ERROR: block number 1 is out of range for relation "test1" 2024-12-14 21:12:42.519 UTC client backend[38874] pg_regress/page STATEMENT: SELECT octet_length(get_raw_page('test1', 'main', 1)) AS main_1; 2024-12-14 21:12:42.519 UTC client backend[38874] pg_regress/page ERROR: block number 1 is out of range for relation "test1" 2024-12-14 21:12:42.519 UTC client backend[38874] pg_regress/page STATEMENT: SELECT octet_length(get_raw_page('test1', 'vm', 1)) AS vm_1; 2024-12-14 21:12:42.520 UTC client backend[38874] pg_regress/page ERROR: invalid block number 2024-12-14 21:12:42.520 UTC client backend[38874] pg_regress/page STATEMENT: SELECT octet_length(get_raw_page('test1', 'main', -1)); 2024-12-14 21:12:42.520 UTC client backend[38874] pg_regress/page ERROR: relation "xxx" does not exist 2024-12-14 21:12:42.520 UTC client backend[38874] pg_regress/page STATEMENT: SELECT octet_length(get_raw_page('xxx', 'main', 0)); 2024-12-14 21:12:42.520 UTC client backend[38874] pg_regress/page ERROR: invalid fork name 2024-12-14 21:12:42.520 UTC client backend[38874] pg_regress/page HINT: Valid fork names are "main", "fsm", "vm", and "init". 2024-12-14 21:12:42.520 UTC client backend[38874] pg_regress/page STATEMENT: SELECT octet_length(get_raw_page('test1', 'xxx', 0)); 2024-12-14 21:12:42.521 UTC client backend[38874] pg_regress/page ERROR: invalid block number 2024-12-14 21:12:42.521 UTC client backend[38874] pg_regress/page STATEMENT: SELECT page_checksum(get_raw_page('test1', 0), -1); 2024-12-14 21:12:42.526 UTC client backend[38874] pg_regress/page ERROR: cannot get raw page from relation "test_partitioned" 2024-12-14 21:12:42.526 UTC client backend[38874] pg_regress/page DETAIL: This operation is not supported for partitioned tables. 2024-12-14 21:12:42.526 UTC client backend[38874] pg_regress/page STATEMENT: select get_raw_page('test_partitioned', 0); 2024-12-14 21:12:42.526 UTC client backend[38874] pg_regress/page ERROR: cannot get raw page from relation "test_partitioned_index" 2024-12-14 21:12:42.526 UTC client backend[38874] pg_regress/page DETAIL: This operation is not supported for partitioned indexes. 2024-12-14 21:12:42.526 UTC client backend[38874] pg_regress/page STATEMENT: select get_raw_page('test_partitioned_index', 0); 2024-12-14 21:12:42.528 UTC client backend[38874] pg_regress/page ERROR: block number 0 is out of range for relation "test_part1" 2024-12-14 21:12:42.528 UTC client backend[38874] pg_regress/page STATEMENT: select get_raw_page('test_part1', 0); 2024-12-14 21:12:42.531 UTC client backend[38874] pg_regress/page ERROR: invalid page size 2024-12-14 21:12:42.531 UTC client backend[38874] pg_regress/page DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:12:42.531 UTC client backend[38874] pg_regress/page STATEMENT: SELECT fsm_page_contents('aaa'::bytea); 2024-12-14 21:12:42.531 UTC client backend[38874] pg_regress/page ERROR: invalid page size 2024-12-14 21:12:42.531 UTC client backend[38874] pg_regress/page DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:12:42.531 UTC client backend[38874] pg_regress/page STATEMENT: SELECT page_checksum('bbb'::bytea, 0); 2024-12-14 21:12:42.531 UTC client backend[38874] pg_regress/page ERROR: invalid page size 2024-12-14 21:12:42.531 UTC client backend[38874] pg_regress/page DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:12:42.531 UTC client backend[38874] pg_regress/page STATEMENT: SELECT page_header('ccc'::bytea); 2024-12-14 21:12:42.553 UTC client backend[38878] pg_regress/btree ERROR: invalid block number -1 2024-12-14 21:12:42.553 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT * FROM bt_page_stats('test1_a_idx', -1); 2024-12-14 21:12:42.553 UTC client backend[38878] pg_regress/btree ERROR: block 0 is a meta page 2024-12-14 21:12:42.553 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT * FROM bt_page_stats('test1_a_idx', 0); 2024-12-14 21:12:42.553 UTC client backend[38878] pg_regress/btree ERROR: block number 2 is out of range 2024-12-14 21:12:42.553 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT * FROM bt_page_stats('test1_a_idx', 2); 2024-12-14 21:12:42.557 UTC client backend[38878] pg_regress/btree ERROR: block 0 is a meta page 2024-12-14 21:12:42.557 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT * FROM bt_multi_page_stats('test2_col1_idx', 0, 1); 2024-12-14 21:12:42.558 UTC client backend[38878] pg_regress/btree ERROR: block number 7 is out of range 2024-12-14 21:12:42.558 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT * FROM bt_multi_page_stats('test2_col1_idx', 7, 2); 2024-12-14 21:12:42.559 UTC client backend[38878] pg_regress/btree ERROR: invalid block number -1 2024-12-14 21:12:42.559 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT * FROM bt_page_items('test1_a_idx', -1); 2024-12-14 21:12:42.559 UTC client backend[38878] pg_regress/btree ERROR: block 0 is a meta page 2024-12-14 21:12:42.559 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT * FROM bt_page_items('test1_a_idx', 0); 2024-12-14 21:12:42.560 UTC client backend[38878] pg_regress/btree ERROR: block number 2 is out of range 2024-12-14 21:12:42.560 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT * FROM bt_page_items('test1_a_idx', 2); 2024-12-14 21:12:42.560 UTC client backend[38878] pg_regress/btree ERROR: invalid block number 2024-12-14 21:12:42.560 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT * FROM bt_page_items(get_raw_page('test1_a_idx', -1)); 2024-12-14 21:12:42.560 UTC client backend[38878] pg_regress/btree ERROR: block is a meta page 2024-12-14 21:12:42.560 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT * FROM bt_page_items(get_raw_page('test1_a_idx', 0)); 2024-12-14 21:12:42.560 UTC client backend[38878] pg_regress/btree ERROR: block number 2 is out of range for relation "test1_a_idx" 2024-12-14 21:12:42.560 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT * FROM bt_page_items(get_raw_page('test1_a_idx', 2)); 2024-12-14 21:12:42.561 UTC client backend[38878] pg_regress/btree ERROR: "test1_a_hash" is not a btree index 2024-12-14 21:12:42.561 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT bt_metap('test1_a_hash'); 2024-12-14 21:12:42.561 UTC client backend[38878] pg_regress/btree ERROR: "test1_a_hash" is not a btree index 2024-12-14 21:12:42.561 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT bt_page_stats('test1_a_hash', 0); 2024-12-14 21:12:42.561 UTC client backend[38878] pg_regress/btree ERROR: "test1_a_hash" is not a btree index 2024-12-14 21:12:42.561 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT bt_page_items('test1_a_hash', 0); 2024-12-14 21:12:42.562 UTC client backend[38878] pg_regress/btree ERROR: block is a meta page 2024-12-14 21:12:42.562 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT bt_page_items(get_raw_page('test1_a_hash', 0)); 2024-12-14 21:12:42.562 UTC client backend[38878] pg_regress/btree ERROR: block is not a valid btree leaf page 2024-12-14 21:12:42.562 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT bt_page_items(get_raw_page('test1_b_gist', 0)); 2024-12-14 21:12:42.563 UTC client backend[38878] pg_regress/btree ERROR: invalid page size 2024-12-14 21:12:42.563 UTC client backend[38878] pg_regress/btree DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:12:42.563 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT bt_page_items('aaa'::bytea); 2024-12-14 21:12:42.564 UTC client backend[38878] pg_regress/btree ERROR: input page is not a valid btree page 2024-12-14 21:12:42.564 UTC client backend[38878] pg_regress/btree DETAIL: Expected special size 16, got 0. 2024-12-14 21:12:42.564 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT bt_page_items(get_raw_page('test1', 0)); 2024-12-14 21:12:42.564 UTC client backend[38878] pg_regress/btree ERROR: input page is not a valid btree page 2024-12-14 21:12:42.564 UTC client backend[38878] pg_regress/btree DETAIL: Expected special size 16, got 8. 2024-12-14 21:12:42.564 UTC client backend[38878] pg_regress/btree STATEMENT: SELECT bt_page_items(get_raw_page('test1_a_brin', 0)); 2024-12-14 21:12:42.586 UTC client backend[38882] pg_regress/brin ERROR: page is not a BRIN page of type "metapage" 2024-12-14 21:12:42.586 UTC client backend[38882] pg_regress/brin DETAIL: Expected special type 0000f091, got 0000f092. 2024-12-14 21:12:42.586 UTC client backend[38882] pg_regress/brin STATEMENT: SELECT * FROM brin_metapage_info(get_raw_page('test1_a_idx', 1)); 2024-12-14 21:12:42.586 UTC client backend[38882] pg_regress/brin ERROR: page is not a BRIN page of type "revmap" 2024-12-14 21:12:42.586 UTC client backend[38882] pg_regress/brin DETAIL: Expected special type 0000f092, got 0000f091. 2024-12-14 21:12:42.586 UTC client backend[38882] pg_regress/brin STATEMENT: SELECT * FROM brin_revmap_data(get_raw_page('test1_a_idx', 0)) LIMIT 5; 2024-12-14 21:12:42.588 UTC client backend[38882] pg_regress/brin ERROR: "test1_a_btree" is not a BRIN index 2024-12-14 21:12:42.588 UTC client backend[38882] pg_regress/brin STATEMENT: SELECT brin_page_items(get_raw_page('test1_a_btree', 0), 'test1_a_btree'); 2024-12-14 21:12:42.588 UTC client backend[38882] pg_regress/brin ERROR: input page is not a valid BRIN page 2024-12-14 21:12:42.588 UTC client backend[38882] pg_regress/brin DETAIL: Expected special size 8, got 16. 2024-12-14 21:12:42.588 UTC client backend[38882] pg_regress/brin STATEMENT: SELECT brin_page_items(get_raw_page('test1_a_btree', 0), 'test1_a_idx'); 2024-12-14 21:12:42.588 UTC client backend[38882] pg_regress/brin ERROR: input page is not a valid BRIN page 2024-12-14 21:12:42.588 UTC client backend[38882] pg_regress/brin DETAIL: Expected special size 8, got 0. 2024-12-14 21:12:42.588 UTC client backend[38882] pg_regress/brin STATEMENT: SELECT brin_page_type(get_raw_page('test1', 0)); 2024-12-14 21:12:42.588 UTC client backend[38882] pg_regress/brin ERROR: input page is not a valid BRIN page 2024-12-14 21:12:42.588 UTC client backend[38882] pg_regress/brin DETAIL: Expected special size 8, got 0. 2024-12-14 21:12:42.588 UTC client backend[38882] pg_regress/brin STATEMENT: SELECT * FROM brin_metapage_info(get_raw_page('test1', 0)); 2024-12-14 21:12:42.588 UTC client backend[38882] pg_regress/brin ERROR: input page is not a valid BRIN page 2024-12-14 21:12:42.588 UTC client backend[38882] pg_regress/brin DETAIL: Expected special size 8, got 0. 2024-12-14 21:12:42.588 UTC client backend[38882] pg_regress/brin STATEMENT: SELECT * FROM brin_revmap_data(get_raw_page('test1', 0)); 2024-12-14 21:12:42.687 UTC client backend[38889] pg_regress/gin ERROR: input page is not a GIN metapage 2024-12-14 21:12:42.687 UTC client backend[38889] pg_regress/gin DETAIL: Flags 0002, expected 0008 2024-12-14 21:12:42.687 UTC client backend[38889] pg_regress/gin STATEMENT: SELECT * FROM gin_metapage_info(get_raw_page('test1_y_idx', 1)); 2024-12-14 21:12:42.688 UTC client backend[38889] pg_regress/gin ERROR: input page is not a compressed GIN data leaf page 2024-12-14 21:12:42.688 UTC client backend[38889] pg_regress/gin DETAIL: Flags 0002, expected 0083 2024-12-14 21:12:42.688 UTC client backend[38889] pg_regress/gin STATEMENT: SELECT * FROM gin_leafpage_items(get_raw_page('test1_y_idx', 1)); 2024-12-14 21:12:42.987 UTC client backend[38889] pg_regress/gin ERROR: invalid page size 2024-12-14 21:12:42.987 UTC client backend[38889] pg_regress/gin DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:12:42.987 UTC client backend[38889] pg_regress/gin STATEMENT: SELECT gin_leafpage_items('aaa'::bytea); 2024-12-14 21:12:42.987 UTC client backend[38889] pg_regress/gin ERROR: invalid page size 2024-12-14 21:12:42.987 UTC client backend[38889] pg_regress/gin DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:12:42.987 UTC client backend[38889] pg_regress/gin STATEMENT: SELECT gin_metapage_info('bbb'::bytea); 2024-12-14 21:12:42.987 UTC client backend[38889] pg_regress/gin ERROR: invalid page size 2024-12-14 21:12:42.987 UTC client backend[38889] pg_regress/gin DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:12:42.987 UTC client backend[38889] pg_regress/gin STATEMENT: SELECT gin_page_opaque_info('ccc'::bytea); 2024-12-14 21:12:42.987 UTC client backend[38889] pg_regress/gin ERROR: input page is not a valid GIN metapage 2024-12-14 21:12:42.987 UTC client backend[38889] pg_regress/gin DETAIL: Expected special size 8, got 0. 2024-12-14 21:12:42.987 UTC client backend[38889] pg_regress/gin STATEMENT: SELECT * FROM gin_metapage_info(get_raw_page('test1', 0)); 2024-12-14 21:12:42.987 UTC client backend[38889] pg_regress/gin ERROR: input page is not a valid GIN data leaf page 2024-12-14 21:12:42.987 UTC client backend[38889] pg_regress/gin DETAIL: Expected special size 8, got 0. 2024-12-14 21:12:42.987 UTC client backend[38889] pg_regress/gin STATEMENT: SELECT * FROM gin_page_opaque_info(get_raw_page('test1', 0)); 2024-12-14 21:12:42.988 UTC client backend[38889] pg_regress/gin ERROR: input page is not a valid GIN data leaf page 2024-12-14 21:12:42.988 UTC client backend[38889] pg_regress/gin DETAIL: Expected special size 8, got 0. 2024-12-14 21:12:42.988 UTC client backend[38889] pg_regress/gin STATEMENT: SELECT * FROM gin_leafpage_items(get_raw_page('test1', 0)); 2024-12-14 21:12:43.016 UTC client backend[38893] pg_regress/gist ERROR: "test_gist_btree" is not a GiST index 2024-12-14 21:12:43.016 UTC client backend[38893] pg_regress/gist STATEMENT: SELECT gist_page_items(get_raw_page('test_gist_btree', 0), 'test_gist_btree'); 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist ERROR: input page is not a valid GiST page 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist DETAIL: Expected 0000ff81, got 00000000. 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist STATEMENT: SELECT gist_page_items(get_raw_page('test_gist_btree', 0), 'test_gist_idx'); 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist ERROR: invalid page size 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist STATEMENT: SELECT gist_page_items_bytea('aaa'::bytea); 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist ERROR: invalid page size 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist STATEMENT: SELECT gist_page_items('aaa'::bytea, 'test_gist_idx'::regclass); 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist ERROR: invalid page size 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist STATEMENT: SELECT gist_page_opaque_info('aaa'::bytea); 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist ERROR: input page is not a valid GiST page 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist DETAIL: Expected special size 16, got 0. 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist STATEMENT: SELECT * FROM gist_page_opaque_info(get_raw_page('test_gist', 0)); 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist ERROR: input page is not a valid GiST page 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist DETAIL: Expected special size 16, got 0. 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist STATEMENT: SELECT gist_page_items_bytea(get_raw_page('test_gist', 0)); 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist ERROR: input page is not a valid GiST page 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist DETAIL: Expected 0000ff81, got 00000000. 2024-12-14 21:12:43.017 UTC client backend[38893] pg_regress/gist STATEMENT: SELECT gist_page_items_bytea(get_raw_page('test_gist_btree', 0)); 2024-12-14 21:12:43.045 UTC client backend[38897] pg_regress/hash ERROR: block number 6 is out of range for relation "test_hash_a_idx" 2024-12-14 21:12:43.045 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT hash_page_type(get_raw_page('test_hash_a_idx', 6)); 2024-12-14 21:12:43.045 UTC client backend[38897] pg_regress/hash ERROR: invalid block number 2024-12-14 21:12:43.045 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT * FROM hash_bitmap_info('test_hash_a_idx', -1); 2024-12-14 21:12:43.045 UTC client backend[38897] pg_regress/hash ERROR: invalid overflow block number 0 2024-12-14 21:12:43.045 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT * FROM hash_bitmap_info('test_hash_a_idx', 0); 2024-12-14 21:12:43.045 UTC client backend[38897] pg_regress/hash ERROR: invalid overflow block number 1 2024-12-14 21:12:43.045 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT * FROM hash_bitmap_info('test_hash_a_idx', 1); 2024-12-14 21:12:43.045 UTC client backend[38897] pg_regress/hash ERROR: invalid overflow block number 2 2024-12-14 21:12:43.045 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT * FROM hash_bitmap_info('test_hash_a_idx', 2); 2024-12-14 21:12:43.045 UTC client backend[38897] pg_regress/hash ERROR: invalid overflow block number 3 2024-12-14 21:12:43.045 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT * FROM hash_bitmap_info('test_hash_a_idx', 3); 2024-12-14 21:12:43.045 UTC client backend[38897] pg_regress/hash ERROR: invalid overflow block number 4 2024-12-14 21:12:43.045 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT * FROM hash_bitmap_info('test_hash_a_idx', 4); 2024-12-14 21:12:43.046 UTC client backend[38897] pg_regress/hash ERROR: invalid overflow block number 5 2024-12-14 21:12:43.046 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT * FROM hash_bitmap_info('test_hash_a_idx', 5); 2024-12-14 21:12:43.046 UTC client backend[38897] pg_regress/hash ERROR: block number 6 is out of range for relation "test_hash_a_idx" 2024-12-14 21:12:43.046 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT * FROM hash_bitmap_info('test_hash_a_idx', 6); 2024-12-14 21:12:43.046 UTC client backend[38897] pg_regress/hash ERROR: "test_hash_part_idx" is not a hash index 2024-12-14 21:12:43.046 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT * FROM hash_bitmap_info('test_hash_part_idx', 1); 2024-12-14 21:12:43.047 UTC client backend[38897] pg_regress/hash ERROR: page is not a hash meta page 2024-12-14 21:12:43.047 UTC client backend[38897] 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:12:43.047 UTC client backend[38897] pg_regress/hash ERROR: page is not a hash meta page 2024-12-14 21:12:43.047 UTC client backend[38897] 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:12:43.047 UTC client backend[38897] pg_regress/hash ERROR: page is not a hash meta page 2024-12-14 21:12:43.047 UTC client backend[38897] 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:12:43.047 UTC client backend[38897] pg_regress/hash ERROR: page is not a hash meta page 2024-12-14 21:12:43.047 UTC client backend[38897] 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:12:43.047 UTC client backend[38897] pg_regress/hash ERROR: page is not a hash meta page 2024-12-14 21:12:43.047 UTC client backend[38897] 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:12:43.048 UTC client backend[38897] pg_regress/hash ERROR: page is not a hash bucket or overflow page 2024-12-14 21:12:43.048 UTC client backend[38897] 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:12:43.049 UTC client backend[38897] pg_regress/hash ERROR: page is not a hash bucket or overflow page 2024-12-14 21:12:43.049 UTC client backend[38897] 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:12:43.049 UTC client backend[38897] pg_regress/hash ERROR: page is not a hash bucket or overflow page 2024-12-14 21:12:43.049 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT * FROM hash_page_items(get_raw_page('test_hash_a_idx', 0)); 2024-12-14 21:12:43.050 UTC client backend[38897] pg_regress/hash ERROR: page is not a hash bucket or overflow page 2024-12-14 21:12:43.050 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT * FROM hash_page_items(get_raw_page('test_hash_a_idx', 5)); 2024-12-14 21:12:43.050 UTC client backend[38897] pg_regress/hash ERROR: "test_hash_a_btree" is not a hash index 2024-12-14 21:12:43.050 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT hash_bitmap_info('test_hash_a_btree', 0); 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash ERROR: invalid page size 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT hash_metapage_info('aaa'::bytea); 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash ERROR: invalid page size 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT hash_page_items('bbb'::bytea); 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash ERROR: invalid page size 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT hash_page_stats('ccc'::bytea); 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash ERROR: invalid page size 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash DETAIL: Expected 8192 bytes, got 3. 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT hash_page_type('ddd'::bytea); 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash ERROR: input page is not a valid hash page 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash DETAIL: Expected special size 16, got 0. 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT hash_metapage_info(get_raw_page('test_hash', 0)); 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash ERROR: input page is not a valid hash page 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash DETAIL: Expected special size 16, got 0. 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT hash_page_items(get_raw_page('test_hash', 0)); 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash ERROR: input page is not a valid hash page 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash DETAIL: Expected special size 16, got 0. 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT hash_page_stats(get_raw_page('test_hash', 0)); 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash ERROR: input page is not a valid hash page 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash DETAIL: Expected special size 16, got 0. 2024-12-14 21:12:43.051 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT hash_page_type(get_raw_page('test_hash', 0)); 2024-12-14 21:12:43.052 UTC client backend[38897] pg_regress/hash ERROR: page is not a hash meta page 2024-12-14 21:12:43.052 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT hash_metapage_info(decode(repeat('00', 8192), 'hex')); 2024-12-14 21:12:43.052 UTC client backend[38897] pg_regress/hash ERROR: page is not a hash bucket or overflow page 2024-12-14 21:12:43.052 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT hash_page_items(decode(repeat('00', 8192), 'hex')); 2024-12-14 21:12:43.052 UTC client backend[38897] pg_regress/hash ERROR: page is not a hash bucket or overflow page 2024-12-14 21:12:43.052 UTC client backend[38897] pg_regress/hash STATEMENT: SELECT hash_page_stats(decode(repeat('00', 8192), 'hex')); 2024-12-14 21:12:43.115 UTC postmaster[38862] LOG: received fast shutdown request 2024-12-14 21:12:43.115 UTC postmaster[38862] 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: 38862 postgres(ExceptionalCondition+0x56)[0x560b3e0dc5cf] postgres(+0xebfd01)[0x560b3dcf4d01] postgres(+0xec0257)[0x560b3dcf5257] postgres(+0xec1119)[0x560b3dcf6119] postgres(PostmasterMain+0x13f5)[0x560b3dcf7b7d] postgres(main+0x288)[0x560b3db2c1b2] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7ff0f484624a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7ff0f4846305] postgres(_start+0x21)[0x560b3d6d9151]