2024-11-24 06:06:38.865 UTC postmaster[38732] LOG: starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit 2024-11-24 06:06:38.865 UTC postmaster[38732] LOG: listening on Unix socket "/tmp/pg_regress-Sh24gR/.s.PGSQL.40021" 2024-11-24 06:06:38.868 UTC startup[38735] LOG: database system was shut down at 2024-11-24 05:59:31 UTC 2024-11-24 06:06:38.871 UTC postmaster[38732] LOG: database system is ready to accept connections 2024-11-24 06:06:39.564 UTC client backend[38744] pg_regress/_int ERROR: input array is too big (199 maximum allowed, 1001 current), use gist__intbig_ops opclass instead 2024-11-24 06:06:39.564 UTC client backend[38744] pg_regress/_int STATEMENT: INSERT INTO test__int SELECT array(SELECT x FROM generate_series(1, 1001) x); 2024-11-24 06:06:39.565 UTC client backend[38744] pg_regress/_int ERROR: value 0 out of bounds for option "numranges" 2024-11-24 06:06:39.565 UTC client backend[38744] pg_regress/_int DETAIL: Valid values are between "1" and "252". 2024-11-24 06:06:39.565 UTC client backend[38744] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__int_ops(numranges = 0)); 2024-11-24 06:06:39.566 UTC client backend[38744] pg_regress/_int ERROR: value 253 out of bounds for option "numranges" 2024-11-24 06:06:39.566 UTC client backend[38744] pg_regress/_int DETAIL: Valid values are between "1" and "252". 2024-11-24 06:06:39.566 UTC client backend[38744] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__int_ops(numranges = 253)); 2024-11-24 06:06:40.039 UTC client backend[38744] pg_regress/_int ERROR: value 0 out of bounds for option "siglen" 2024-11-24 06:06:40.039 UTC client backend[38744] pg_regress/_int DETAIL: Valid values are between "1" and "2024". 2024-11-24 06:06:40.039 UTC client backend[38744] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__intbig_ops(siglen = 0)); 2024-11-24 06:06:40.040 UTC client backend[38744] pg_regress/_int ERROR: value 2025 out of bounds for option "siglen" 2024-11-24 06:06:40.040 UTC client backend[38744] pg_regress/_int DETAIL: Valid values are between "1" and "2024". 2024-11-24 06:06:40.040 UTC client backend[38744] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__intbig_ops(siglen = 2025)); 2024-11-24 06:06:44.157 UTC postmaster[38732] LOG: received fast shutdown request 2024-11-24 06:06:44.157 UTC postmaster[38732] 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: 38732 postgres(ExceptionalCondition+0x56)[0x557f93242d2a] postgres(+0xeb7357)[0x557f92e5e357] postgres(+0xeb78ad)[0x557f92e5e8ad] postgres(+0xeb876f)[0x557f92e5f76f] postgres(PostmasterMain+0x13f2)[0x557f92e611de] postgres(main+0x2c1)[0x557f92c96c9d] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7f8b68a4624a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7f8b68a46305] postgres(_start+0x21)[0x557f92846151]