2024-11-17 21:37:15.937 UTC postmaster[19415] LOG: starting PostgreSQL 18devel on x86_64-freebsd, compiled by clang-17.0.6, 64-bit 2024-11-17 21:37:15.937 UTC postmaster[19415] LOG: listening on Unix socket "/tmp/pg_regress-DOlqd0/.s.PGSQL.40021" 2024-11-17 21:37:15.939 UTC startup[19418] LOG: database system was shut down at 2024-11-17 21:37:15 UTC 2024-11-17 21:37:15.940 UTC postmaster[19415] LOG: database system is ready to accept connections 2024-11-17 21:37:16.372 UTC client backend[19426] pg_regress/_int ERROR: input array is too big (199 maximum allowed, 1001 current), use gist__intbig_ops opclass instead 2024-11-17 21:37:16.372 UTC client backend[19426] pg_regress/_int STATEMENT: INSERT INTO test__int SELECT array(SELECT x FROM generate_series(1, 1001) x); 2024-11-17 21:37:16.373 UTC client backend[19426] pg_regress/_int ERROR: value 0 out of bounds for option "numranges" 2024-11-17 21:37:16.373 UTC client backend[19426] pg_regress/_int DETAIL: Valid values are between "1" and "252". 2024-11-17 21:37:16.373 UTC client backend[19426] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__int_ops(numranges = 0)); 2024-11-17 21:37:16.374 UTC client backend[19426] pg_regress/_int ERROR: value 253 out of bounds for option "numranges" 2024-11-17 21:37:16.374 UTC client backend[19426] pg_regress/_int DETAIL: Valid values are between "1" and "252". 2024-11-17 21:37:16.374 UTC client backend[19426] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__int_ops(numranges = 253)); 2024-11-17 21:37:16.632 UTC client backend[19426] pg_regress/_int ERROR: value 0 out of bounds for option "siglen" 2024-11-17 21:37:16.632 UTC client backend[19426] pg_regress/_int DETAIL: Valid values are between "1" and "2024". 2024-11-17 21:37:16.632 UTC client backend[19426] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__intbig_ops(siglen = 0)); 2024-11-17 21:37:16.633 UTC client backend[19426] pg_regress/_int ERROR: value 2025 out of bounds for option "siglen" 2024-11-17 21:37:16.633 UTC client backend[19426] pg_regress/_int DETAIL: Valid values are between "1" and "2024". 2024-11-17 21:37:16.633 UTC client backend[19426] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__intbig_ops(siglen = 2025)); 2024-11-17 21:37:18.454 UTC postmaster[19415] LOG: received fast shutdown request 2024-11-17 21:37:18.454 UTC postmaster[19415] 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: 19415 0xa9f9d2 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89cdb7 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89b2b9 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89a68b at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres