2025-01-31 07:50:50.216 UTC postmaster[19393] LOG: starting PostgreSQL 18devel on x86_64-freebsd, compiled by clang-17.0.6, 64-bit 2025-01-31 07:50:50.216 UTC postmaster[19393] LOG: listening on Unix socket "/tmp/pg_regress-SUR4nm/.s.PGSQL.40018" 2025-01-31 07:50:50.218 UTC startup[19396] LOG: database system was shut down at 2025-01-31 07:50:50 UTC 2025-01-31 07:50:50.219 UTC postmaster[19393] LOG: database system is ready to accept connections 2025-01-31 07:50:50.341 UTC client backend[19404] pg_regress/hstore ERROR: syntax error in hstore, near "=" at position 2 at character 8 2025-01-31 07:50:50.341 UTC client backend[19404] pg_regress/hstore STATEMENT: select ' =>null'::hstore; 2025-01-31 07:50:50.341 UTC client backend[19404] pg_regress/hstore ERROR: syntax error in hstore: unexpected end of string at character 8 2025-01-31 07:50:50.341 UTC client backend[19404] pg_regress/hstore STATEMENT: select 'aa=>"'::hstore; 2025-01-31 07:50:50.353 UTC client backend[19404] pg_regress/hstore ERROR: array must have even number of elements 2025-01-31 07:50:50.353 UTC client backend[19404] pg_regress/hstore STATEMENT: select ARRAY['a','g','b','h','asd']::hstore; 2025-01-31 07:50:50.353 UTC client backend[19404] pg_regress/hstore ERROR: array must have two columns 2025-01-31 07:50:50.353 UTC client backend[19404] pg_regress/hstore STATEMENT: select ARRAY[['a','g','b'],['h','asd','i']]::hstore; 2025-01-31 07:50:50.353 UTC client backend[19404] pg_regress/hstore ERROR: wrong number of array subscripts 2025-01-31 07:50:50.353 UTC client backend[19404] pg_regress/hstore STATEMENT: select ARRAY[[['a','g'],['b','h'],['asd','i']]]::hstore; 2025-01-31 07:50:50.354 UTC client backend[19404] pg_regress/hstore ERROR: array must have even number of elements 2025-01-31 07:50:50.354 UTC client backend[19404] pg_regress/hstore STATEMENT: select hstore(ARRAY['a','g','b','h','asd']); 2025-01-31 07:50:50.354 UTC client backend[19404] pg_regress/hstore ERROR: array must have two columns 2025-01-31 07:50:50.354 UTC client backend[19404] pg_regress/hstore STATEMENT: select hstore(ARRAY[['a','g','b'],['h','asd','i']]); 2025-01-31 07:50:50.354 UTC client backend[19404] pg_regress/hstore ERROR: wrong number of array subscripts 2025-01-31 07:50:50.354 UTC client backend[19404] pg_regress/hstore STATEMENT: select hstore(ARRAY[[['a','g'],['b','h'],['asd','i']]]); 2025-01-31 07:50:50.355 UTC client backend[19404] pg_regress/hstore ERROR: arrays must have same bounds 2025-01-31 07:50:50.355 UTC client backend[19404] pg_regress/hstore STATEMENT: select hstore(ARRAY['a'], '{}'::text[]); 2025-01-31 07:50:50.356 UTC client backend[19404] pg_regress/hstore ERROR: arrays must have same bounds 2025-01-31 07:50:50.356 UTC client backend[19404] pg_regress/hstore STATEMENT: select hstore('{}'::text[], ARRAY['a']); 2025-01-31 07:50:50.363 UTC client backend[19404] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-31 07:50:50.363 UTC client backend[19404] pg_regress/hstore STATEMENT: select populate_record(v, hstore('e', null)) from testhstore1 v; 2025-01-31 07:50:50.364 UTC client backend[19404] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-31 07:50:50.364 UTC client backend[19404] pg_regress/hstore STATEMENT: select populate_record(v, hstore('b', 'foo') || hstore('e', null)) from testhstore1 v; 2025-01-31 07:50:50.364 UTC client backend[19404] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-31 07:50:50.364 UTC client backend[19404] pg_regress/hstore STATEMENT: select populate_record(null::testhstore1, hstore('c', '3.45') || hstore('a', '123')); 2025-01-31 07:50:50.365 UTC client backend[19404] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-31 07:50:50.365 UTC client backend[19404] pg_regress/hstore STATEMENT: select populate_record(null::testhstore1, ''); 2025-01-31 07:50:50.366 UTC client backend[19404] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-31 07:50:50.366 UTC client backend[19404] pg_regress/hstore STATEMENT: select v #= hstore('e', null) from testhstore1 v; 2025-01-31 07:50:50.367 UTC client backend[19404] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-31 07:50:50.367 UTC client backend[19404] pg_regress/hstore STATEMENT: select null::testhstore1 #= (hstore('c', '3.45') || hstore('a', '123')); 2025-01-31 07:50:50.368 UTC client backend[19404] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-31 07:50:50.368 UTC client backend[19404] pg_regress/hstore STATEMENT: select null::testhstore1 #= hstore ''; 2025-01-31 07:50:50.394 UTC client backend[19404] pg_regress/hstore ERROR: value 0 out of bounds for option "siglen" 2025-01-31 07:50:50.394 UTC client backend[19404] pg_regress/hstore DETAIL: Valid values are between "1" and "2024". 2025-01-31 07:50:50.394 UTC client backend[19404] pg_regress/hstore STATEMENT: create index hidx on testhstore using gist(h gist_hstore_ops(siglen=0)); 2025-01-31 07:50:50.395 UTC client backend[19404] pg_regress/hstore ERROR: value 2025 out of bounds for option "siglen" 2025-01-31 07:50:50.395 UTC client backend[19404] pg_regress/hstore DETAIL: Valid values are between "1" and "2024". 2025-01-31 07:50:50.395 UTC client backend[19404] pg_regress/hstore STATEMENT: create index hidx on testhstore using gist(h gist_hstore_ops(siglen=2025)); 2025-01-31 07:50:50.692 UTC client backend[19404] pg_regress/hstore ERROR: hstore allows only one subscript 2025-01-31 07:50:50.692 UTC client backend[19404] pg_regress/hstore STATEMENT: select f2['d']['e'] from test_json_agg; 2025-01-31 07:50:50.692 UTC client backend[19404] pg_regress/hstore ERROR: hstore allows only one subscript 2025-01-31 07:50:50.692 UTC client backend[19404] pg_regress/hstore STATEMENT: select f2['d':'e'] from test_json_agg; 2025-01-31 07:50:50.705 UTC postmaster[19393] LOG: received fast shutdown request 2025-01-31 07:50:50.705 UTC postmaster[19393] 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: 19393 0xaa7bb2 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x8a0234 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89e215 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89d524 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres