2024-11-21 04:58:47.460 UTC postmaster[38722] LOG: starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit 2024-11-21 04:58:47.460 UTC postmaster[38722] LOG: listening on Unix socket "/tmp/pg_regress-eXp028/.s.PGSQL.40021" 2024-11-21 04:58:47.463 UTC startup[38725] LOG: database system was shut down at 2024-11-21 04:51:39 UTC 2024-11-21 04:58:47.467 UTC postmaster[38722] LOG: database system is ready to accept connections 2024-11-21 04:58:48.148 UTC client backend[38734] pg_regress/_int ERROR: input array is too big (199 maximum allowed, 1001 current), use gist__intbig_ops opclass instead 2024-11-21 04:58:48.148 UTC client backend[38734] pg_regress/_int STATEMENT: INSERT INTO test__int SELECT array(SELECT x FROM generate_series(1, 1001) x); 2024-11-21 04:58:48.149 UTC client backend[38734] pg_regress/_int ERROR: value 0 out of bounds for option "numranges" 2024-11-21 04:58:48.149 UTC client backend[38734] pg_regress/_int DETAIL: Valid values are between "1" and "252". 2024-11-21 04:58:48.149 UTC client backend[38734] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__int_ops(numranges = 0)); 2024-11-21 04:58:48.149 UTC client backend[38734] pg_regress/_int ERROR: value 253 out of bounds for option "numranges" 2024-11-21 04:58:48.149 UTC client backend[38734] pg_regress/_int DETAIL: Valid values are between "1" and "252". 2024-11-21 04:58:48.149 UTC client backend[38734] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__int_ops(numranges = 253)); 2024-11-21 04:58:48.636 UTC client backend[38734] pg_regress/_int ERROR: value 0 out of bounds for option "siglen" 2024-11-21 04:58:48.636 UTC client backend[38734] pg_regress/_int DETAIL: Valid values are between "1" and "2024". 2024-11-21 04:58:48.636 UTC client backend[38734] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__intbig_ops(siglen = 0)); 2024-11-21 04:58:48.637 UTC client backend[38734] pg_regress/_int ERROR: value 2025 out of bounds for option "siglen" 2024-11-21 04:58:48.637 UTC client backend[38734] pg_regress/_int DETAIL: Valid values are between "1" and "2024". 2024-11-21 04:58:48.637 UTC client backend[38734] pg_regress/_int STATEMENT: CREATE INDEX text_idx on test__int using gist (a gist__intbig_ops(siglen = 2025)); 2024-11-21 04:58:52.498 UTC postmaster[38722] LOG: received fast shutdown request 2024-11-21 04:58:52.499 UTC postmaster[38722] 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: 38722 postgres(ExceptionalCondition+0x56)[0x5578c8d30738] postgres(+0xeb2de4)[0x5578c894bde4] postgres(+0xeb333a)[0x5578c894c33a] postgres(+0xeb41fc)[0x5578c894d1fc] postgres(PostmasterMain+0x13f2)[0x5578c894ec6b] postgres(main+0x2c1)[0x5578c8786c4a] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7fee19e4624a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7fee19e46305] postgres(_start+0x21)[0x5578c8336151]