2024-10-27 05:07:13.085 UTC [28230][postmaster] LOG: starting PostgreSQL 18devel on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit 2024-10-27 05:07:13.086 UTC [28230][postmaster] LOG: listening on Unix socket "/tmp/pg_regress-dDeJ7U/.s.PGSQL.65312" 2024-10-27 05:07:13.115 UTC [28240][startup] LOG: database system was shut down at 2024-10-27 05:06:13 UTC 2024-10-27 05:07:13.123 UTC [28243][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-10-27 05:07:13.123 UTC [28243][client backend] [[unknown]][:0] FATAL: the database system is starting up 2024-10-27 05:07:13.142 UTC [28230][postmaster] LOG: database system is ready to accept connections 2024-10-27 05:07:13.185 UTC [28251][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-10-27 05:07:13.186 UTC [28251][client backend] [[unknown]][0/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/contrib/pageinspect/tmp_check/data/pg_hba.conf:117) 2024-10-27 05:07:13.186 UTC [28251][client backend] [[unknown]][0/1:0] LOG: connection authorized: user=postgres database=postgres application_name=pg_regress 2024-10-27 05:07:13.251 UTC [28251][client backend] [pg_regress][:0] LOG: disconnection: session time: 0:00:00.068 user=postgres database=postgres host=[local] 2024-10-27 05:07:13.342 UTC [28264][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-10-27 05:07:13.344 UTC [28264][client backend] [[unknown]][1/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/contrib/pageinspect/tmp_check/data/pg_hba.conf:117) 2024-10-27 05:07:13.344 UTC [28264][client backend] [[unknown]][1/1:0] LOG: connection authorized: user=postgres database=postgres application_name=pg_regress 2024-10-27 05:07:13.537 UTC [28264][client backend] [pg_regress][:0] LOG: disconnection: session time: 0:00:00.196 user=postgres database=postgres host=[local] 2024-10-27 05:07:13.595 UTC [28272][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-10-27 05:07:13.596 UTC [28272][client backend] [[unknown]][2/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/contrib/pageinspect/tmp_check/data/pg_hba.conf:117) 2024-10-27 05:07:13.596 UTC [28272][client backend] [[unknown]][2/1:0] LOG: connection authorized: user=postgres database=contrib_regression application_name=pg_regress/page 2024-10-27 05:07:13.691 UTC [28272][client backend] [pg_regress/page][2/9:0] ERROR: block number 1 is out of range for relation "test1" 2024-10-27 05:07:13.691 UTC [28272][client backend] [pg_regress/page][2/9:0] STATEMENT: SELECT octet_length(get_raw_page('test1', 'main', 1)) AS main_1; 2024-10-27 05:07:13.692 UTC [28272][client backend] [pg_regress/page][2/13:0] ERROR: block number 1 is out of range for relation "test1" 2024-10-27 05:07:13.692 UTC [28272][client backend] [pg_regress/page][2/13:0] STATEMENT: SELECT octet_length(get_raw_page('test1', 'vm', 1)) AS vm_1; 2024-10-27 05:07:13.692 UTC [28272][client backend] [pg_regress/page][2/14:0] ERROR: invalid block number 2024-10-27 05:07:13.692 UTC [28272][client backend] [pg_regress/page][2/14:0] STATEMENT: SELECT octet_length(get_raw_page('test1', 'main', -1)); 2024-10-27 05:07:13.692 UTC [28272][client backend] [pg_regress/page][2/15:0] ERROR: relation "xxx" does not exist 2024-10-27 05:07:13.692 UTC [28272][client backend] [pg_regress/page][2/15:0] STATEMENT: SELECT octet_length(get_raw_page('xxx', 'main', 0)); 2024-10-27 05:07:13.692 UTC [28272][client backend] [pg_regress/page][2/16:0] ERROR: invalid fork name 2024-10-27 05:07:13.692 UTC [28272][client backend] [pg_regress/page][2/16:0] HINT: Valid fork names are "main", "fsm", "vm", and "init". 2024-10-27 05:07:13.692 UTC [28272][client backend] [pg_regress/page][2/16:0] STATEMENT: SELECT octet_length(get_raw_page('test1', 'xxx', 0)); 2024-10-27 05:07:13.694 UTC [28272][client backend] [pg_regress/page][2/20:0] ERROR: invalid block number 2024-10-27 05:07:13.694 UTC [28272][client backend] [pg_regress/page][2/20:0] STATEMENT: SELECT page_checksum(get_raw_page('test1', 0), -1); 2024-10-27 05:07:13.716 UTC [28272][client backend] [pg_regress/page][2/38:0] ERROR: cannot get raw page from relation "test_partitioned" 2024-10-27 05:07:13.716 UTC [28272][client backend] [pg_regress/page][2/38:0] DETAIL: This operation is not supported for partitioned tables. 2024-10-27 05:07:13.716 UTC [28272][client backend] [pg_regress/page][2/38:0] STATEMENT: select get_raw_page('test_partitioned', 0); 2024-10-27 05:07:13.716 UTC [28272][client backend] [pg_regress/page][2/39:0] ERROR: cannot get raw page from relation "test_partitioned_index" 2024-10-27 05:07:13.716 UTC [28272][client backend] [pg_regress/page][2/39:0] DETAIL: This operation is not supported for partitioned indexes. 2024-10-27 05:07:13.716 UTC [28272][client backend] [pg_regress/page][2/39:0] STATEMENT: select get_raw_page('test_partitioned_index', 0); 2024-10-27 05:07:13.720 UTC [28272][client backend] [pg_regress/page][2/41:0] ERROR: block number 0 is out of range for relation "test_part1" 2024-10-27 05:07:13.720 UTC [28272][client backend] [pg_regress/page][2/41:0] STATEMENT: select get_raw_page('test_part1', 0); 2024-10-27 05:07:13.728 UTC [28272][client backend] [pg_regress/page][2/48:0] ERROR: invalid page size 2024-10-27 05:07:13.728 UTC [28272][client backend] [pg_regress/page][2/48:0] DETAIL: Expected 8192 bytes, got 3. 2024-10-27 05:07:13.728 UTC [28272][client backend] [pg_regress/page][2/48:0] STATEMENT: SELECT fsm_page_contents('aaa'::bytea); 2024-10-27 05:07:13.728 UTC [28272][client backend] [pg_regress/page][2/49:0] ERROR: invalid page size 2024-10-27 05:07:13.728 UTC [28272][client backend] [pg_regress/page][2/49:0] DETAIL: Expected 8192 bytes, got 3. 2024-10-27 05:07:13.728 UTC [28272][client backend] [pg_regress/page][2/49:0] STATEMENT: SELECT page_checksum('bbb'::bytea, 0); 2024-10-27 05:07:13.728 UTC [28272][client backend] [pg_regress/page][2/50:0] ERROR: invalid page size 2024-10-27 05:07:13.728 UTC [28272][client backend] [pg_regress/page][2/50:0] DETAIL: Expected 8192 bytes, got 3. 2024-10-27 05:07:13.728 UTC [28272][client backend] [pg_regress/page][2/50:0] STATEMENT: SELECT page_header('ccc'::bytea); 2024-10-27 05:07:13.735 UTC [28272][client backend] [pg_regress/page][:0] LOG: disconnection: session time: 0:00:00.152 user=postgres database=contrib_regression host=[local] 2024-10-27 05:07:13.806 UTC [28286][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-10-27 05:07:13.807 UTC [28286][client backend] [[unknown]][3/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/contrib/pageinspect/tmp_check/data/pg_hba.conf:117) 2024-10-27 05:07:13.807 UTC [28286][client backend] [[unknown]][3/1:0] LOG: connection authorized: user=postgres database=contrib_regression application_name=pg_regress/btree 2024-10-27 05:07:13.836 UTC [28286][client backend] [pg_regress/btree][3/6:0] ERROR: invalid block number -1 2024-10-27 05:07:13.836 UTC [28286][client backend] [pg_regress/btree][3/6:0] STATEMENT: SELECT * FROM bt_page_stats('test1_a_idx', -1); 2024-10-27 05:07:13.837 UTC [28286][client backend] [pg_regress/btree][3/7:0] ERROR: block 0 is a meta page 2024-10-27 05:07:13.837 UTC [28286][client backend] [pg_regress/btree][3/7:0] STATEMENT: SELECT * FROM bt_page_stats('test1_a_idx', 0); 2024-10-27 05:07:13.838 UTC [28286][client backend] [pg_regress/btree][3/9:0] ERROR: block number 2 is out of range 2024-10-27 05:07:13.838 UTC [28286][client backend] [pg_regress/btree][3/9:0] STATEMENT: SELECT * FROM bt_page_stats('test1_a_idx', 2); 2024-10-27 05:07:13.852 UTC [28286][client backend] [pg_regress/btree][3/12:0] ERROR: block 0 is a meta page 2024-10-27 05:07:13.852 UTC [28286][client backend] [pg_regress/btree][3/12:0] STATEMENT: SELECT * FROM bt_multi_page_stats('test2_col1_idx', 0, 1); 2024-10-27 05:07:13.855 UTC [28286][client backend] [pg_regress/btree][3/17:0] ERROR: block number 7 is out of range 2024-10-27 05:07:13.855 UTC [28286][client backend] [pg_regress/btree][3/17:0] STATEMENT: SELECT * FROM bt_multi_page_stats('test2_col1_idx', 7, 2); 2024-10-27 05:07:13.873 UTC [28286][client backend] [pg_regress/btree][3/19:0] ERROR: invalid block number -1 2024-10-27 05:07:13.873 UTC [28286][client backend] [pg_regress/btree][3/19:0] STATEMENT: SELECT * FROM bt_page_items('test1_a_idx', -1); 2024-10-27 05:07:13.874 UTC [28286][client backend] [pg_regress/btree][3/20:0] ERROR: block 0 is a meta page 2024-10-27 05:07:13.874 UTC [28286][client backend] [pg_regress/btree][3/20:0] STATEMENT: SELECT * FROM bt_page_items('test1_a_idx', 0); 2024-10-27 05:07:13.882 UTC [28286][client backend] [pg_regress/btree][3/22:0] ERROR: block number 2 is out of range 2024-10-27 05:07:13.882 UTC [28286][client backend] [pg_regress/btree][3/22:0] STATEMENT: SELECT * FROM bt_page_items('test1_a_idx', 2); 2024-10-27 05:07:13.882 UTC [28286][client backend] [pg_regress/btree][3/23:0] ERROR: invalid block number 2024-10-27 05:07:13.882 UTC [28286][client backend] [pg_regress/btree][3/23:0] STATEMENT: SELECT * FROM bt_page_items(get_raw_page('test1_a_idx', -1)); 2024-10-27 05:07:13.883 UTC [28286][client backend] [pg_regress/btree][3/24:0] ERROR: block is a meta page 2024-10-27 05:07:13.883 UTC [28286][client backend] [pg_regress/btree][3/24:0] STATEMENT: SELECT * FROM bt_page_items(get_raw_page('test1_a_idx', 0)); 2024-10-27 05:07:13.884 UTC [28286][client backend] [pg_regress/btree][3/26:0] ERROR: block number 2 is out of range for relation "test1_a_idx" 2024-10-27 05:07:13.884 UTC [28286][client backend] [pg_regress/btree][3/26:0] STATEMENT: SELECT * FROM bt_page_items(get_raw_page('test1_a_idx', 2)); 2024-10-27 05:07:13.888 UTC [28286][client backend] [pg_regress/btree][3/28:0] ERROR: "test1_a_hash" is not a btree index 2024-10-27 05:07:13.888 UTC [28286][client backend] [pg_regress/btree][3/28:0] STATEMENT: SELECT bt_metap('test1_a_hash'); 2024-10-27 05:07:13.888 UTC [28286][client backend] [pg_regress/btree][3/29:0] ERROR: "test1_a_hash" is not a btree index 2024-10-27 05:07:13.888 UTC [28286][client backend] [pg_regress/btree][3/29:0] STATEMENT: SELECT bt_page_stats('test1_a_hash', 0); 2024-10-27 05:07:13.888 UTC [28286][client backend] [pg_regress/btree][3/30:0] ERROR: "test1_a_hash" is not a btree index 2024-10-27 05:07:13.888 UTC [28286][client backend] [pg_regress/btree][3/30:0] STATEMENT: SELECT bt_page_items('test1_a_hash', 0); 2024-10-27 05:07:13.889 UTC [28286][client backend] [pg_regress/btree][3/31:0] ERROR: block is a meta page 2024-10-27 05:07:13.889 UTC [28286][client backend] [pg_regress/btree][3/31:0] STATEMENT: SELECT bt_page_items(get_raw_page('test1_a_hash', 0)); 2024-10-27 05:07:13.891 UTC [28286][client backend] [pg_regress/btree][3/33:0] ERROR: block is not a valid btree leaf page 2024-10-27 05:07:13.891 UTC [28286][client backend] [pg_regress/btree][3/33:0] STATEMENT: SELECT bt_page_items(get_raw_page('test1_b_gist', 0)); 2024-10-27 05:07:13.891 UTC [28286][client backend] [pg_regress/btree][3/34:0] ERROR: invalid page size 2024-10-27 05:07:13.891 UTC [28286][client backend] [pg_regress/btree][3/34:0] DETAIL: Expected 8192 bytes, got 3. 2024-10-27 05:07:13.891 UTC [28286][client backend] [pg_regress/btree][3/34:0] STATEMENT: SELECT bt_page_items('aaa'::bytea); 2024-10-27 05:07:13.894 UTC [28286][client backend] [pg_regress/btree][3/36:0] ERROR: input page is not a valid btree page 2024-10-27 05:07:13.894 UTC [28286][client backend] [pg_regress/btree][3/36:0] DETAIL: Expected special size 16, got 0. 2024-10-27 05:07:13.894 UTC [28286][client backend] [pg_regress/btree][3/36:0] STATEMENT: SELECT bt_page_items(get_raw_page('test1', 0)); 2024-10-27 05:07:13.894 UTC [28286][client backend] [pg_regress/btree][3/37:0] ERROR: input page is not a valid btree page 2024-10-27 05:07:13.894 UTC [28286][client backend] [pg_regress/btree][3/37:0] DETAIL: Expected special size 16, got 8. 2024-10-27 05:07:13.894 UTC [28286][client backend] [pg_regress/btree][3/37:0] STATEMENT: SELECT bt_page_items(get_raw_page('test1_a_brin', 0)); 2024-10-27 05:07:13.903 UTC [28286][client backend] [pg_regress/btree][:0] LOG: disconnection: session time: 0:00:00.097 user=postgres database=contrib_regression host=[local] 2024-10-27 05:07:13.991 UTC [28300][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-10-27 05:07:13.993 UTC [28300][client backend] [[unknown]][4/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/contrib/pageinspect/tmp_check/data/pg_hba.conf:117) 2024-10-27 05:07:13.993 UTC [28300][client backend] [[unknown]][4/1:0] LOG: connection authorized: user=postgres database=contrib_regression application_name=pg_regress/brin 2024-10-27 05:07:14.009 UTC [28300][client backend] [pg_regress/brin][4/9:0] ERROR: page is not a BRIN page of type "metapage" 2024-10-27 05:07:14.009 UTC [28300][client backend] [pg_regress/brin][4/9:0] DETAIL: Expected special type 0000f091, got 0000f092. 2024-10-27 05:07:14.009 UTC [28300][client backend] [pg_regress/brin][4/9:0] STATEMENT: SELECT * FROM brin_metapage_info(get_raw_page('test1_a_idx', 1)); 2024-10-27 05:07:14.010 UTC [28300][client backend] [pg_regress/brin][4/10:0] ERROR: page is not a BRIN page of type "revmap" 2024-10-27 05:07:14.010 UTC [28300][client backend] [pg_regress/brin][4/10:0] DETAIL: Expected special type 0000f092, got 0000f091. 2024-10-27 05:07:14.010 UTC [28300][client backend] [pg_regress/brin][4/10:0] STATEMENT: SELECT * FROM brin_revmap_data(get_raw_page('test1_a_idx', 0)) LIMIT 5; 2024-10-27 05:07:14.026 UTC [28300][client backend] [pg_regress/brin][4/14:0] ERROR: "test1_a_btree" is not a BRIN index 2024-10-27 05:07:14.026 UTC [28300][client backend] [pg_regress/brin][4/14:0] STATEMENT: SELECT brin_page_items(get_raw_page('test1_a_btree', 0), 'test1_a_btree'); 2024-10-27 05:07:14.027 UTC [28300][client backend] [pg_regress/brin][4/15:0] ERROR: input page is not a valid BRIN page 2024-10-27 05:07:14.027 UTC [28300][client backend] [pg_regress/brin][4/15:0] DETAIL: Expected special size 8, got 16. 2024-10-27 05:07:14.027 UTC [28300][client backend] [pg_regress/brin][4/15:0] STATEMENT: SELECT brin_page_items(get_raw_page('test1_a_btree', 0), 'test1_a_idx'); 2024-10-27 05:07:14.027 UTC [28300][client backend] [pg_regress/brin][4/16:0] ERROR: input page is not a valid BRIN page 2024-10-27 05:07:14.027 UTC [28300][client backend] [pg_regress/brin][4/16:0] DETAIL: Expected special size 8, got 0. 2024-10-27 05:07:14.027 UTC [28300][client backend] [pg_regress/brin][4/16:0] STATEMENT: SELECT brin_page_type(get_raw_page('test1', 0)); 2024-10-27 05:07:14.028 UTC [28300][client backend] [pg_regress/brin][4/17:0] ERROR: input page is not a valid BRIN page 2024-10-27 05:07:14.028 UTC [28300][client backend] [pg_regress/brin][4/17:0] DETAIL: Expected special size 8, got 0. 2024-10-27 05:07:14.028 UTC [28300][client backend] [pg_regress/brin][4/17:0] STATEMENT: SELECT * FROM brin_metapage_info(get_raw_page('test1', 0)); 2024-10-27 05:07:14.028 UTC [28300][client backend] [pg_regress/brin][4/18:0] ERROR: input page is not a valid BRIN page 2024-10-27 05:07:14.028 UTC [28300][client backend] [pg_regress/brin][4/18:0] DETAIL: Expected special size 8, got 0. 2024-10-27 05:07:14.028 UTC [28300][client backend] [pg_regress/brin][4/18:0] STATEMENT: SELECT * FROM brin_revmap_data(get_raw_page('test1', 0)); AddressSanitizer:DEADLYSIGNAL ================================================================= ==28300==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x556b91e0868b bp 0x6290001c0c60 sp 0x7ffdf45a8bc0 T0) ==28300==The signal is caused by a READ memory access. ==28300==Hint: address points to the zero page. #0 0x556b91e0868b in ExecInterpExpr /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 #1 0x556b91df7a97 in ExecInterpExprStillValid /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:2035 #2 0x556b91e0c2f4 in ExecEvalExpr ../../../src/include/executor/executor.h:356 #3 0x556b91e0c2f4 in TupleHashTableHash_internal /tmp/cirrus-ci-build/src/backend/executor/execGrouping.c:446 #4 0x556b91e0ea38 in LookupTupleHashEntry /tmp/cirrus-ci-build/src/backend/executor/execGrouping.c:329 #5 0x556b91eb3aba in setop_fill_hash_table /tmp/cirrus-ci-build/src/backend/executor/nodeSetOp.c:383 #6 0x556b91eb484a in ExecSetOp /tmp/cirrus-ci-build/src/backend/executor/nodeSetOp.c:216 #7 0x556b91e29d75 in ExecProcNodeFirst /tmp/cirrus-ci-build/src/backend/executor/execProcnode.c:469 #8 0x556b91e133ee in ExecProcNode ../../../src/include/executor/executor.h:278 #9 0x556b91e1354f in ExecutePlan /tmp/cirrus-ci-build/src/backend/executor/execMain.c:1650 #10 0x556b91e15268 in standard_ExecutorRun /tmp/cirrus-ci-build/src/backend/executor/execMain.c:361 #11 0x556b91e154e0 in ExecutorRun /tmp/cirrus-ci-build/src/backend/executor/execMain.c:302 #12 0x556b9230fb72 in PortalRunSelect /tmp/cirrus-ci-build/src/backend/tcop/pquery.c:924 #13 0x556b923139fb in PortalRun /tmp/cirrus-ci-build/src/backend/tcop/pquery.c:768 #14 0x556b9230ad05 in exec_simple_query /tmp/cirrus-ci-build/src/backend/tcop/postgres.c:1284 #15 0x556b9230eb46 in PostgresMain /tmp/cirrus-ci-build/src/backend/tcop/postgres.c:4793 #16 0x556b92300ce6 in BackendMain /tmp/cirrus-ci-build/src/backend/tcop/backend_startup.c:107 #17 0x556b9216532b in postmaster_child_launch /tmp/cirrus-ci-build/src/backend/postmaster/launch_backend.c:274 #18 0x556b9216c3b2 in BackendStartup /tmp/cirrus-ci-build/src/backend/postmaster/postmaster.c:3420 #19 0x556b9216ca7b in ServerLoop /tmp/cirrus-ci-build/src/backend/postmaster/postmaster.c:1653 #20 0x556b9216ea3b in PostmasterMain /tmp/cirrus-ci-build/src/backend/postmaster/postmaster.c:1351 #21 0x556b91f19061 in main /tmp/cirrus-ci-build/src/backend/main/main.c:197 #22 0x7fc574a48249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249) #23 0x7fc574a48304 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x27304) #24 0x556b919113a0 in _start (/tmp/cirrus-ci-build/tmp_install/usr/local/pgsql/bin/postgres+0x4183a0) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/execExprInterp.c:1605 in ExecInterpExpr ==28300==ABORTING 2024-10-27 05:07:15.351 UTC [28390][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-10-27 05:07:15.352 UTC [28390][client backend] [[unknown]][5/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/contrib/pageinspect/tmp_check/data/pg_hba.conf:117) 2024-10-27 05:07:15.352 UTC [28390][client backend] [[unknown]][5/1:0] LOG: connection authorized: user=postgres database=contrib_regression application_name=pg_regress/gin 2024-10-27 05:07:15.400 UTC [28390][client backend] [pg_regress/gin][5/6:0] ERROR: input page is not a GIN metapage 2024-10-27 05:07:15.400 UTC [28390][client backend] [pg_regress/gin][5/6:0] DETAIL: Flags 0002, expected 0008 2024-10-27 05:07:15.400 UTC [28390][client backend] [pg_regress/gin][5/6:0] STATEMENT: SELECT * FROM gin_metapage_info(get_raw_page('test1_y_idx', 1)); 2024-10-27 05:07:15.402 UTC [28390][client backend] [pg_regress/gin][5/8:0] ERROR: input page is not a compressed GIN data leaf page 2024-10-27 05:07:15.402 UTC [28390][client backend] [pg_regress/gin][5/8:0] DETAIL: Flags 0002, expected 0083 2024-10-27 05:07:15.402 UTC [28390][client backend] [pg_regress/gin][5/8:0] STATEMENT: SELECT * FROM gin_leafpage_items(get_raw_page('test1_y_idx', 1)); 2024-10-27 05:07:16.229 UTC [28230][postmaster] LOG: server process (PID 28300) was terminated by signal 6: Aborted 2024-10-27 05:07:16.229 UTC [28230][postmaster] DETAIL: Failed process was running: SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx') EXCEPT SELECT * FROM brin_page_items(get_raw_page('brin_test_serial_idx', 2), 'brin_test_serial_idx'); 2024-10-27 05:07:16.229 UTC [28230][postmaster] LOG: terminating any other active server processes 2024-10-27 05:07:16.295 UTC [28230][postmaster] LOG: shutting down because "restart_after_crash" is off 2024-10-27 05:07:16.360 UTC [28230][postmaster] LOG: database system is shut down