2025-01-28 23:40:19.274 UTC postmaster[38709] LOG: starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit 2025-01-28 23:40:19.274 UTC postmaster[38709] LOG: listening on Unix socket "/tmp/pg_regress-eyiYZF/.s.PGSQL.40018" 2025-01-28 23:40:19.277 UTC startup[38712] LOG: database system was shut down at 2025-01-28 23:34:35 UTC 2025-01-28 23:40:19.280 UTC postmaster[38709] LOG: database system is ready to accept connections 2025-01-28 23:40:19.415 UTC client backend[38721] pg_regress/hstore ERROR: syntax error in hstore, near "=" at position 2 at character 8 2025-01-28 23:40:19.415 UTC client backend[38721] pg_regress/hstore STATEMENT: select ' =>null'::hstore; 2025-01-28 23:40:19.415 UTC client backend[38721] pg_regress/hstore ERROR: syntax error in hstore: unexpected end of string at character 8 2025-01-28 23:40:19.415 UTC client backend[38721] pg_regress/hstore STATEMENT: select 'aa=>"'::hstore; 2025-01-28 23:40:19.430 UTC client backend[38721] pg_regress/hstore ERROR: array must have even number of elements 2025-01-28 23:40:19.430 UTC client backend[38721] pg_regress/hstore STATEMENT: select ARRAY['a','g','b','h','asd']::hstore; 2025-01-28 23:40:19.430 UTC client backend[38721] pg_regress/hstore ERROR: array must have two columns 2025-01-28 23:40:19.430 UTC client backend[38721] pg_regress/hstore STATEMENT: select ARRAY[['a','g','b'],['h','asd','i']]::hstore; 2025-01-28 23:40:19.430 UTC client backend[38721] pg_regress/hstore ERROR: wrong number of array subscripts 2025-01-28 23:40:19.430 UTC client backend[38721] pg_regress/hstore STATEMENT: select ARRAY[[['a','g'],['b','h'],['asd','i']]]::hstore; 2025-01-28 23:40:19.430 UTC client backend[38721] pg_regress/hstore ERROR: array must have even number of elements 2025-01-28 23:40:19.430 UTC client backend[38721] pg_regress/hstore STATEMENT: select hstore(ARRAY['a','g','b','h','asd']); 2025-01-28 23:40:19.431 UTC client backend[38721] pg_regress/hstore ERROR: array must have two columns 2025-01-28 23:40:19.431 UTC client backend[38721] pg_regress/hstore STATEMENT: select hstore(ARRAY[['a','g','b'],['h','asd','i']]); 2025-01-28 23:40:19.431 UTC client backend[38721] pg_regress/hstore ERROR: wrong number of array subscripts 2025-01-28 23:40:19.431 UTC client backend[38721] pg_regress/hstore STATEMENT: select hstore(ARRAY[[['a','g'],['b','h'],['asd','i']]]); 2025-01-28 23:40:19.432 UTC client backend[38721] pg_regress/hstore ERROR: arrays must have same bounds 2025-01-28 23:40:19.432 UTC client backend[38721] pg_regress/hstore STATEMENT: select hstore(ARRAY['a'], '{}'::text[]); 2025-01-28 23:40:19.432 UTC client backend[38721] pg_regress/hstore ERROR: arrays must have same bounds 2025-01-28 23:40:19.432 UTC client backend[38721] pg_regress/hstore STATEMENT: select hstore('{}'::text[], ARRAY['a']); 2025-01-28 23:40:19.439 UTC client backend[38721] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-28 23:40:19.439 UTC client backend[38721] pg_regress/hstore STATEMENT: select populate_record(v, hstore('e', null)) from testhstore1 v; 2025-01-28 23:40:19.440 UTC client backend[38721] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-28 23:40:19.440 UTC client backend[38721] pg_regress/hstore STATEMENT: select populate_record(v, hstore('b', 'foo') || hstore('e', null)) from testhstore1 v; 2025-01-28 23:40:19.440 UTC client backend[38721] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-28 23:40:19.440 UTC client backend[38721] pg_regress/hstore STATEMENT: select populate_record(null::testhstore1, hstore('c', '3.45') || hstore('a', '123')); 2025-01-28 23:40:19.440 UTC client backend[38721] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-28 23:40:19.440 UTC client backend[38721] pg_regress/hstore STATEMENT: select populate_record(null::testhstore1, ''); 2025-01-28 23:40:19.441 UTC client backend[38721] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-28 23:40:19.441 UTC client backend[38721] pg_regress/hstore STATEMENT: select v #= hstore('e', null) from testhstore1 v; 2025-01-28 23:40:19.442 UTC client backend[38721] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-28 23:40:19.442 UTC client backend[38721] pg_regress/hstore STATEMENT: select null::testhstore1 #= (hstore('c', '3.45') || hstore('a', '123')); 2025-01-28 23:40:19.443 UTC client backend[38721] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-28 23:40:19.443 UTC client backend[38721] pg_regress/hstore STATEMENT: select null::testhstore1 #= hstore ''; 2025-01-28 23:40:19.511 UTC client backend[38721] pg_regress/hstore ERROR: value 0 out of bounds for option "siglen" 2025-01-28 23:40:19.511 UTC client backend[38721] pg_regress/hstore DETAIL: Valid values are between "1" and "2024". 2025-01-28 23:40:19.511 UTC client backend[38721] pg_regress/hstore STATEMENT: create index hidx on testhstore using gist(h gist_hstore_ops(siglen=0)); 2025-01-28 23:40:19.511 UTC client backend[38721] pg_regress/hstore ERROR: value 2025 out of bounds for option "siglen" 2025-01-28 23:40:19.511 UTC client backend[38721] pg_regress/hstore DETAIL: Valid values are between "1" and "2024". 2025-01-28 23:40:19.511 UTC client backend[38721] pg_regress/hstore STATEMENT: create index hidx on testhstore using gist(h gist_hstore_ops(siglen=2025)); 2025-01-28 23:40:20.512 UTC client backend[38721] pg_regress/hstore ERROR: hstore allows only one subscript 2025-01-28 23:40:20.512 UTC client backend[38721] pg_regress/hstore STATEMENT: select f2['d']['e'] from test_json_agg; 2025-01-28 23:40:20.512 UTC client backend[38721] pg_regress/hstore ERROR: hstore allows only one subscript 2025-01-28 23:40:20.512 UTC client backend[38721] pg_regress/hstore STATEMENT: select f2['d':'e'] from test_json_agg; 2025-01-28 23:40:20.536 UTC postmaster[38709] LOG: received fast shutdown request 2025-01-28 23:40:20.536 UTC postmaster[38709] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2951, PID: 38709 postgres(ExceptionalCondition+0x56)[0x55a25599ccbe] postgres(+0xee2fb2)[0x55a2555aefb2] postgres(+0xee35b4)[0x55a2555af5b4] postgres(+0xee4556)[0x55a2555b0556] postgres(PostmasterMain+0x13f0)[0x55a2555b1f93] postgres(main+0x28d)[0x55a2553e3ded] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7f6d8744624a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7f6d87446305] postgres(_start+0x21)[0x55a254f89151]