2025-01-18 18:37:13.959 GMT postmaster[7892] LOG: starting PostgreSQL 18devel on x86_64-windows, compiled by msvc-19.29.30158, 64-bit 2025-01-18 18:37:13.960 GMT postmaster[7892] LOG: listening on Unix socket "c:/cirrus/.s.PGSQL.40020" 2025-01-18 18:37:13.999 GMT startup[6044] LOG: database system was shut down at 2025-01-18 18:33:55 GMT 2025-01-18 18:37:14.012 GMT postmaster[7892] LOG: database system is ready to accept connections 2025-01-18 18:37:15.822 GMT client backend[7844] pg_regress/_int ERROR: input array is too big (199 maximum allowed, 1001 current), use gist__intbig_ops opclass instead 2025-01-18 18:37:15.822 GMT client backend[7844] pg_regress/_int STATEMENT: INSERT INTO test__int SELECT array(SELECT x FROM generate_series(1, 1001) x); 2025-01-18 18:37:15.825 GMT client backend[7844] pg_regress/_int ERROR: value 0 out of bounds for option "numranges" 2025-01-18 18:37:15.825 GMT client backend[7844] pg_regress/_int DETAIL: Valid values are between "1" and "252". 2025-01-18 18:37:15.825 GMT client backend[7844] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__int_ops(numranges = 0)); 2025-01-18 18:37:15.826 GMT client backend[7844] pg_regress/_int ERROR: value 253 out of bounds for option "numranges" 2025-01-18 18:37:15.826 GMT client backend[7844] pg_regress/_int DETAIL: Valid values are between "1" and "252". 2025-01-18 18:37:15.826 GMT client backend[7844] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__int_ops(numranges = 253)); 2025-01-18 18:37:16.675 GMT client backend[7844] pg_regress/_int ERROR: value 0 out of bounds for option "siglen" 2025-01-18 18:37:16.675 GMT client backend[7844] pg_regress/_int DETAIL: Valid values are between "1" and "2024". 2025-01-18 18:37:16.675 GMT client backend[7844] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__intbig_ops(siglen = 0)); 2025-01-18 18:37:16.676 GMT client backend[7844] pg_regress/_int ERROR: value 2025 out of bounds for option "siglen" 2025-01-18 18:37:16.676 GMT client backend[7844] pg_regress/_int DETAIL: Valid values are between "1" and "2024". 2025-01-18 18:37:16.676 GMT client backend[7844] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__intbig_ops(siglen = 2025)); 2025-01-18 18:37:25.914 GMT postmaster[7892] LOG: received fast shutdown request 2025-01-18 18:37:25.914 GMT postmaster[7892] 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: 7892 abort() has been called