2025-01-05 17:34:24.582 UTC postmaster[39009] LOG: starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit 2025-01-05 17:34:24.582 UTC postmaster[39009] LOG: listening on Unix socket "/tmp/pg_regress-jpqyGI/.s.PGSQL.40018" 2025-01-05 17:34:24.585 UTC startup[39012] LOG: database system was shut down at 2025-01-05 17:28:41 UTC 2025-01-05 17:34:24.589 UTC postmaster[39009] LOG: database system is ready to accept connections 2025-01-05 17:34:24.724 UTC client backend[39021] pg_regress/hstore ERROR: syntax error in hstore, near "=" at position 2 at character 8 2025-01-05 17:34:24.724 UTC client backend[39021] pg_regress/hstore STATEMENT: select ' =>null'::hstore; 2025-01-05 17:34:24.724 UTC client backend[39021] pg_regress/hstore ERROR: syntax error in hstore: unexpected end of string at character 8 2025-01-05 17:34:24.724 UTC client backend[39021] pg_regress/hstore STATEMENT: select 'aa=>"'::hstore; 2025-01-05 17:34:24.738 UTC client backend[39021] pg_regress/hstore ERROR: array must have even number of elements 2025-01-05 17:34:24.738 UTC client backend[39021] pg_regress/hstore STATEMENT: select ARRAY['a','g','b','h','asd']::hstore; 2025-01-05 17:34:24.738 UTC client backend[39021] pg_regress/hstore ERROR: array must have two columns 2025-01-05 17:34:24.738 UTC client backend[39021] pg_regress/hstore STATEMENT: select ARRAY[['a','g','b'],['h','asd','i']]::hstore; 2025-01-05 17:34:24.739 UTC client backend[39021] pg_regress/hstore ERROR: wrong number of array subscripts 2025-01-05 17:34:24.739 UTC client backend[39021] pg_regress/hstore STATEMENT: select ARRAY[[['a','g'],['b','h'],['asd','i']]]::hstore; 2025-01-05 17:34:24.739 UTC client backend[39021] pg_regress/hstore ERROR: array must have even number of elements 2025-01-05 17:34:24.739 UTC client backend[39021] pg_regress/hstore STATEMENT: select hstore(ARRAY['a','g','b','h','asd']); 2025-01-05 17:34:24.739 UTC client backend[39021] pg_regress/hstore ERROR: array must have two columns 2025-01-05 17:34:24.739 UTC client backend[39021] pg_regress/hstore STATEMENT: select hstore(ARRAY[['a','g','b'],['h','asd','i']]); 2025-01-05 17:34:24.739 UTC client backend[39021] pg_regress/hstore ERROR: wrong number of array subscripts 2025-01-05 17:34:24.739 UTC client backend[39021] pg_regress/hstore STATEMENT: select hstore(ARRAY[[['a','g'],['b','h'],['asd','i']]]); 2025-01-05 17:34:24.741 UTC client backend[39021] pg_regress/hstore ERROR: arrays must have same bounds 2025-01-05 17:34:24.741 UTC client backend[39021] pg_regress/hstore STATEMENT: select hstore(ARRAY['a'], '{}'::text[]); 2025-01-05 17:34:24.741 UTC client backend[39021] pg_regress/hstore ERROR: arrays must have same bounds 2025-01-05 17:34:24.741 UTC client backend[39021] pg_regress/hstore STATEMENT: select hstore('{}'::text[], ARRAY['a']); 2025-01-05 17:34:24.747 UTC client backend[39021] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-05 17:34:24.747 UTC client backend[39021] pg_regress/hstore STATEMENT: select populate_record(v, hstore('e', null)) from testhstore1 v; 2025-01-05 17:34:24.748 UTC client backend[39021] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-05 17:34:24.748 UTC client backend[39021] pg_regress/hstore STATEMENT: select populate_record(v, hstore('b', 'foo') || hstore('e', null)) from testhstore1 v; 2025-01-05 17:34:24.748 UTC client backend[39021] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-05 17:34:24.748 UTC client backend[39021] pg_regress/hstore STATEMENT: select populate_record(null::testhstore1, hstore('c', '3.45') || hstore('a', '123')); 2025-01-05 17:34:24.749 UTC client backend[39021] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-05 17:34:24.749 UTC client backend[39021] pg_regress/hstore STATEMENT: select populate_record(null::testhstore1, ''); 2025-01-05 17:34:24.750 UTC client backend[39021] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-05 17:34:24.750 UTC client backend[39021] pg_regress/hstore STATEMENT: select v #= hstore('e', null) from testhstore1 v; 2025-01-05 17:34:24.751 UTC client backend[39021] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-05 17:34:24.751 UTC client backend[39021] pg_regress/hstore STATEMENT: select null::testhstore1 #= (hstore('c', '3.45') || hstore('a', '123')); 2025-01-05 17:34:24.751 UTC client backend[39021] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-05 17:34:24.751 UTC client backend[39021] pg_regress/hstore STATEMENT: select null::testhstore1 #= hstore ''; 2025-01-05 17:34:24.823 UTC client backend[39021] pg_regress/hstore ERROR: value 0 out of bounds for option "siglen" 2025-01-05 17:34:24.823 UTC client backend[39021] pg_regress/hstore DETAIL: Valid values are between "1" and "2024". 2025-01-05 17:34:24.823 UTC client backend[39021] pg_regress/hstore STATEMENT: create index hidx on testhstore using gist(h gist_hstore_ops(siglen=0)); 2025-01-05 17:34:24.824 UTC client backend[39021] pg_regress/hstore ERROR: value 2025 out of bounds for option "siglen" 2025-01-05 17:34:24.824 UTC client backend[39021] pg_regress/hstore DETAIL: Valid values are between "1" and "2024". 2025-01-05 17:34:24.824 UTC client backend[39021] pg_regress/hstore STATEMENT: create index hidx on testhstore using gist(h gist_hstore_ops(siglen=2025)); 2025-01-05 17:34:25.863 UTC client backend[39021] pg_regress/hstore ERROR: hstore allows only one subscript 2025-01-05 17:34:25.863 UTC client backend[39021] pg_regress/hstore STATEMENT: select f2['d']['e'] from test_json_agg; 2025-01-05 17:34:25.863 UTC client backend[39021] pg_regress/hstore ERROR: hstore allows only one subscript 2025-01-05 17:34:25.863 UTC client backend[39021] pg_regress/hstore STATEMENT: select f2['d':'e'] from test_json_agg; 2025-01-05 17:34:25.889 UTC postmaster[39009] LOG: received fast shutdown request 2025-01-05 17:34:25.889 UTC postmaster[39009] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2896, PID: 39009 postgres(ExceptionalCondition+0x56)[0x55d72474dda6] postgres(+0xed322a)[0x55d72436422a] postgres(+0xed3780)[0x55d724364780] postgres(+0xed4642)[0x55d724365642] postgres(PostmasterMain+0x13f0)[0x55d7243670a1] postgres(main+0x28d)[0x55d72419b529] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7f046624624a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7f0466246305] postgres(_start+0x21)[0x55d723d44141]