2025-01-30 12:30:41.065 UTC postmaster[19492] LOG: starting PostgreSQL 18devel on x86_64-freebsd, compiled by clang-17.0.6, 64-bit 2025-01-30 12:30:41.065 UTC postmaster[19492] LOG: listening on Unix socket "/tmp/pg_regress-6AUo1O/.s.PGSQL.40021" 2025-01-30 12:30:41.067 UTC startup[19495] LOG: database system was shut down at 2025-01-30 12:30:41 UTC 2025-01-30 12:30:41.068 UTC postmaster[19492] LOG: database system is ready to accept connections 2025-01-30 12:30:41.514 UTC client backend[19503] pg_regress/_int ERROR: input array is too big (199 maximum allowed, 1001 current), use gist__intbig_ops opclass instead 2025-01-30 12:30:41.514 UTC client backend[19503] pg_regress/_int STATEMENT: INSERT INTO test__int SELECT array(SELECT x FROM generate_series(1, 1001) x); 2025-01-30 12:30:41.515 UTC client backend[19503] pg_regress/_int ERROR: value 0 out of bounds for option "numranges" 2025-01-30 12:30:41.515 UTC client backend[19503] pg_regress/_int DETAIL: Valid values are between "1" and "252". 2025-01-30 12:30:41.515 UTC client backend[19503] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__int_ops(numranges = 0)); 2025-01-30 12:30:41.516 UTC client backend[19503] pg_regress/_int ERROR: value 253 out of bounds for option "numranges" 2025-01-30 12:30:41.516 UTC client backend[19503] pg_regress/_int DETAIL: Valid values are between "1" and "252". 2025-01-30 12:30:41.516 UTC client backend[19503] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__int_ops(numranges = 253)); 2025-01-30 12:30:41.780 UTC client backend[19503] pg_regress/_int ERROR: value 0 out of bounds for option "siglen" 2025-01-30 12:30:41.780 UTC client backend[19503] pg_regress/_int DETAIL: Valid values are between "1" and "2024". 2025-01-30 12:30:41.780 UTC client backend[19503] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__intbig_ops(siglen = 0)); 2025-01-30 12:30:41.780 UTC client backend[19503] pg_regress/_int ERROR: value 2025 out of bounds for option "siglen" 2025-01-30 12:30:41.780 UTC client backend[19503] pg_regress/_int DETAIL: Valid values are between "1" and "2024". 2025-01-30 12:30:41.780 UTC client backend[19503] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__intbig_ops(siglen = 2025)); 2025-01-30 12:30:43.713 UTC postmaster[19492] LOG: received fast shutdown request 2025-01-30 12:30:43.713 UTC postmaster[19492] 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: 19492 0xaa74c2 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89fca4 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89dc85 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89cf94 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres