2025-01-11 20:43:54.018 GMT postmaster[6168] LOG: starting PostgreSQL 18devel on x86_64-windows, compiled by msvc-19.29.30157, 64-bit 2025-01-11 20:43:54.019 GMT postmaster[6168] LOG: listening on Unix socket "c:/cirrus/.s.PGSQL.40017" 2025-01-11 20:43:54.044 GMT startup[6996] LOG: database system was shut down at 2025-01-11 20:40:52 GMT 2025-01-11 20:43:54.067 GMT postmaster[6168] LOG: database system is ready to accept connections 2025-01-11 20:43:54.953 GMT client backend[88] pg_regress/hstore ERROR: syntax error in hstore, near "=" at position 2 at character 8 2025-01-11 20:43:54.953 GMT client backend[88] pg_regress/hstore STATEMENT: select ' =>null'::hstore; 2025-01-11 20:43:54.953 GMT client backend[88] pg_regress/hstore ERROR: syntax error in hstore: unexpected end of string at character 8 2025-01-11 20:43:54.953 GMT client backend[88] pg_regress/hstore STATEMENT: select 'aa=>"'::hstore; 2025-01-11 20:43:54.977 GMT client backend[88] pg_regress/hstore ERROR: array must have even number of elements 2025-01-11 20:43:54.977 GMT client backend[88] pg_regress/hstore STATEMENT: select ARRAY['a','g','b','h','asd']::hstore; 2025-01-11 20:43:54.977 GMT client backend[88] pg_regress/hstore ERROR: array must have two columns 2025-01-11 20:43:54.977 GMT client backend[88] pg_regress/hstore STATEMENT: select ARRAY[['a','g','b'],['h','asd','i']]::hstore; 2025-01-11 20:43:54.978 GMT client backend[88] pg_regress/hstore ERROR: wrong number of array subscripts 2025-01-11 20:43:54.978 GMT client backend[88] pg_regress/hstore STATEMENT: select ARRAY[[['a','g'],['b','h'],['asd','i']]]::hstore; 2025-01-11 20:43:54.978 GMT client backend[88] pg_regress/hstore ERROR: array must have even number of elements 2025-01-11 20:43:54.978 GMT client backend[88] pg_regress/hstore STATEMENT: select hstore(ARRAY['a','g','b','h','asd']); 2025-01-11 20:43:54.979 GMT client backend[88] pg_regress/hstore ERROR: array must have two columns 2025-01-11 20:43:54.979 GMT client backend[88] pg_regress/hstore STATEMENT: select hstore(ARRAY[['a','g','b'],['h','asd','i']]); 2025-01-11 20:43:54.979 GMT client backend[88] pg_regress/hstore ERROR: wrong number of array subscripts 2025-01-11 20:43:54.979 GMT client backend[88] pg_regress/hstore STATEMENT: select hstore(ARRAY[[['a','g'],['b','h'],['asd','i']]]); 2025-01-11 20:43:54.982 GMT client backend[88] pg_regress/hstore ERROR: arrays must have same bounds 2025-01-11 20:43:54.982 GMT client backend[88] pg_regress/hstore STATEMENT: select hstore(ARRAY['a'], '{}'::text[]); 2025-01-11 20:43:54.982 GMT client backend[88] pg_regress/hstore ERROR: arrays must have same bounds 2025-01-11 20:43:54.982 GMT client backend[88] pg_regress/hstore STATEMENT: select hstore('{}'::text[], ARRAY['a']); 2025-01-11 20:43:54.994 GMT client backend[88] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-11 20:43:54.994 GMT client backend[88] pg_regress/hstore STATEMENT: select populate_record(v, hstore('e', null)) from testhstore1 v; 2025-01-11 20:43:54.996 GMT client backend[88] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-11 20:43:54.996 GMT client backend[88] pg_regress/hstore STATEMENT: select populate_record(v, hstore('b', 'foo') || hstore('e', null)) from testhstore1 v; 2025-01-11 20:43:54.996 GMT client backend[88] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-11 20:43:54.996 GMT client backend[88] pg_regress/hstore STATEMENT: select populate_record(null::testhstore1, hstore('c', '3.45') || hstore('a', '123')); 2025-01-11 20:43:54.997 GMT client backend[88] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-11 20:43:54.997 GMT client backend[88] pg_regress/hstore STATEMENT: select populate_record(null::testhstore1, ''); 2025-01-11 20:43:54.999 GMT client backend[88] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-11 20:43:54.999 GMT client backend[88] pg_regress/hstore STATEMENT: select v #= hstore('e', null) from testhstore1 v; 2025-01-11 20:43:55.000 GMT client backend[88] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-11 20:43:55.000 GMT client backend[88] pg_regress/hstore STATEMENT: select null::testhstore1 #= (hstore('c', '3.45') || hstore('a', '123')); 2025-01-11 20:43:55.001 GMT client backend[88] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2025-01-11 20:43:55.001 GMT client backend[88] pg_regress/hstore STATEMENT: select null::testhstore1 #= hstore ''; 2025-01-11 20:43:55.103 GMT client backend[88] pg_regress/hstore ERROR: value 0 out of bounds for option "siglen" 2025-01-11 20:43:55.103 GMT client backend[88] pg_regress/hstore DETAIL: Valid values are between "1" and "2024". 2025-01-11 20:43:55.103 GMT client backend[88] pg_regress/hstore STATEMENT: create index hidx on testhstore using gist(h gist_hstore_ops(siglen=0)); 2025-01-11 20:43:55.104 GMT client backend[88] pg_regress/hstore ERROR: value 2025 out of bounds for option "siglen" 2025-01-11 20:43:55.104 GMT client backend[88] pg_regress/hstore DETAIL: Valid values are between "1" and "2024". 2025-01-11 20:43:55.104 GMT client backend[88] pg_regress/hstore STATEMENT: create index hidx on testhstore using gist(h gist_hstore_ops(siglen=2025)); 2025-01-11 20:43:58.319 GMT client backend[88] pg_regress/hstore ERROR: hstore allows only one subscript 2025-01-11 20:43:58.319 GMT client backend[88] pg_regress/hstore STATEMENT: select f2['d']['e'] from test_json_agg; 2025-01-11 20:43:58.319 GMT client backend[88] pg_regress/hstore ERROR: hstore allows only one subscript 2025-01-11 20:43:58.319 GMT client backend[88] pg_regress/hstore STATEMENT: select f2['d':'e'] from test_json_agg; 2025-01-11 20:44:00.042 GMT postmaster[6168] LOG: received fast shutdown request 2025-01-11 20:44:00.043 GMT postmaster[6168] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2909, PID: 6168 abort() has been called