2024-11-14 22:00:38.127 GMT postmaster[2364] LOG: starting PostgreSQL 18devel on x86_64-windows, compiled by msvc-19.29.30157, 64-bit 2024-11-14 22:00:38.128 GMT postmaster[2364] LOG: listening on Unix socket "c:/cirrus/.s.PGSQL.40017" 2024-11-14 22:00:38.176 GMT startup[6060] LOG: database system was shut down at 2024-11-14 21:57:22 GMT 2024-11-14 22:00:38.211 GMT client backend[6988] [unknown] FATAL: the database system is starting up 2024-11-14 22:00:38.241 GMT postmaster[2364] LOG: database system is ready to accept connections 2024-11-14 22:00:38.996 GMT client backend[6872] pg_regress/hstore ERROR: syntax error in hstore, near "=" at position 2 at character 8 2024-11-14 22:00:38.996 GMT client backend[6872] pg_regress/hstore STATEMENT: select ' =>null'::hstore; 2024-11-14 22:00:38.997 GMT client backend[6872] pg_regress/hstore ERROR: syntax error in hstore: unexpected end of string at character 8 2024-11-14 22:00:38.997 GMT client backend[6872] pg_regress/hstore STATEMENT: select 'aa=>"'::hstore; 2024-11-14 22:00:39.024 GMT client backend[6872] pg_regress/hstore ERROR: array must have even number of elements 2024-11-14 22:00:39.024 GMT client backend[6872] pg_regress/hstore STATEMENT: select ARRAY['a','g','b','h','asd']::hstore; 2024-11-14 22:00:39.025 GMT client backend[6872] pg_regress/hstore ERROR: array must have two columns 2024-11-14 22:00:39.025 GMT client backend[6872] pg_regress/hstore STATEMENT: select ARRAY[['a','g','b'],['h','asd','i']]::hstore; 2024-11-14 22:00:39.026 GMT client backend[6872] pg_regress/hstore ERROR: wrong number of array subscripts 2024-11-14 22:00:39.026 GMT client backend[6872] pg_regress/hstore STATEMENT: select ARRAY[[['a','g'],['b','h'],['asd','i']]]::hstore; 2024-11-14 22:00:39.026 GMT client backend[6872] pg_regress/hstore ERROR: array must have even number of elements 2024-11-14 22:00:39.026 GMT client backend[6872] pg_regress/hstore STATEMENT: select hstore(ARRAY['a','g','b','h','asd']); 2024-11-14 22:00:39.027 GMT client backend[6872] pg_regress/hstore ERROR: array must have two columns 2024-11-14 22:00:39.027 GMT client backend[6872] pg_regress/hstore STATEMENT: select hstore(ARRAY[['a','g','b'],['h','asd','i']]); 2024-11-14 22:00:39.027 GMT client backend[6872] pg_regress/hstore ERROR: wrong number of array subscripts 2024-11-14 22:00:39.027 GMT client backend[6872] pg_regress/hstore STATEMENT: select hstore(ARRAY[[['a','g'],['b','h'],['asd','i']]]); 2024-11-14 22:00:39.030 GMT client backend[6872] pg_regress/hstore ERROR: arrays must have same bounds 2024-11-14 22:00:39.030 GMT client backend[6872] pg_regress/hstore STATEMENT: select hstore(ARRAY['a'], '{}'::text[]); 2024-11-14 22:00:39.030 GMT client backend[6872] pg_regress/hstore ERROR: arrays must have same bounds 2024-11-14 22:00:39.030 GMT client backend[6872] pg_regress/hstore STATEMENT: select hstore('{}'::text[], ARRAY['a']); 2024-11-14 22:00:39.064 GMT client backend[6872] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2024-11-14 22:00:39.064 GMT client backend[6872] pg_regress/hstore STATEMENT: select populate_record(v, hstore('e', null)) from testhstore1 v; 2024-11-14 22:00:39.065 GMT client backend[6872] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2024-11-14 22:00:39.065 GMT client backend[6872] pg_regress/hstore STATEMENT: select populate_record(v, hstore('b', 'foo') || hstore('e', null)) from testhstore1 v; 2024-11-14 22:00:39.066 GMT client backend[6872] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2024-11-14 22:00:39.066 GMT client backend[6872] pg_regress/hstore STATEMENT: select populate_record(null::testhstore1, hstore('c', '3.45') || hstore('a', '123')); 2024-11-14 22:00:39.067 GMT client backend[6872] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2024-11-14 22:00:39.067 GMT client backend[6872] pg_regress/hstore STATEMENT: select populate_record(null::testhstore1, ''); 2024-11-14 22:00:39.069 GMT client backend[6872] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2024-11-14 22:00:39.069 GMT client backend[6872] pg_regress/hstore STATEMENT: select v #= hstore('e', null) from testhstore1 v; 2024-11-14 22:00:39.071 GMT client backend[6872] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2024-11-14 22:00:39.071 GMT client backend[6872] pg_regress/hstore STATEMENT: select null::testhstore1 #= (hstore('c', '3.45') || hstore('a', '123')); 2024-11-14 22:00:39.072 GMT client backend[6872] pg_regress/hstore ERROR: domain hstestdom1 does not allow null values 2024-11-14 22:00:39.072 GMT client backend[6872] pg_regress/hstore STATEMENT: select null::testhstore1 #= hstore ''; 2024-11-14 22:00:39.189 GMT client backend[6872] pg_regress/hstore ERROR: value 0 out of bounds for option "siglen" 2024-11-14 22:00:39.189 GMT client backend[6872] pg_regress/hstore DETAIL: Valid values are between "1" and "2024". 2024-11-14 22:00:39.189 GMT client backend[6872] pg_regress/hstore STATEMENT: create index hidx on testhstore using gist(h gist_hstore_ops(siglen=0)); 2024-11-14 22:00:39.191 GMT client backend[6872] pg_regress/hstore ERROR: value 2025 out of bounds for option "siglen" 2024-11-14 22:00:39.191 GMT client backend[6872] pg_regress/hstore DETAIL: Valid values are between "1" and "2024". 2024-11-14 22:00:39.191 GMT client backend[6872] pg_regress/hstore STATEMENT: create index hidx on testhstore using gist(h gist_hstore_ops(siglen=2025)); 2024-11-14 22:00:41.781 GMT client backend[6872] pg_regress/hstore ERROR: hstore allows only one subscript 2024-11-14 22:00:41.781 GMT client backend[6872] pg_regress/hstore STATEMENT: select f2['d']['e'] from test_json_agg; 2024-11-14 22:00:41.782 GMT client backend[6872] pg_regress/hstore ERROR: hstore allows only one subscript 2024-11-14 22:00:41.782 GMT client backend[6872] pg_regress/hstore STATEMENT: select f2['d':'e'] from test_json_agg; 2024-11-14 22:00:42.440 GMT postmaster[2364] LOG: received fast shutdown request 2024-11-14 22:00:42.449 GMT postmaster[2364] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2887, PID: 2364 abort() has been called