2024-12-27 05:18:42.846 UTC postmaster[37541] LOG: starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit 2024-12-27 05:18:42.846 UTC postmaster[37541] LOG: listening on Unix socket "/tmp/pg_regress-gSGN4P/.s.PGSQL.40006" 2024-12-27 05:18:42.849 UTC startup[37544] LOG: database system was shut down at 2024-12-27 05:15:34 UTC 2024-12-27 05:18:42.853 UTC postmaster[37541] LOG: database system is ready to accept connections 2024-12-27 05:18:43.070 UTC client backend[37555] pg_regress/bloom ERROR: value 0 out of bounds for option "length" 2024-12-27 05:18:43.070 UTC client backend[37555] pg_regress/bloom DETAIL: Valid values are between "1" and "4096". 2024-12-27 05:18:43.070 UTC client backend[37555] pg_regress/bloom STATEMENT: CREATE INDEX bloomidx2 ON tst USING bloom (i, t) WITH (length=0); 2024-12-27 05:18:43.070 UTC client backend[37555] pg_regress/bloom ERROR: value 0 out of bounds for option "col1" 2024-12-27 05:18:43.070 UTC client backend[37555] pg_regress/bloom DETAIL: Valid values are between "1" and "4095". 2024-12-27 05:18:43.070 UTC client backend[37555] pg_regress/bloom STATEMENT: CREATE INDEX bloomidx2 ON tst USING bloom (i, t) WITH (col1=0); 2024-12-27 05:18:43.076 UTC postmaster[37541] LOG: received fast shutdown request 2024-12-27 05:18:43.076 UTC postmaster[37541] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2896, PID: 37541 postgres(ExceptionalCondition+0x56)[0x5625df0848b5] postgres(+0xeced62)[0x5625dec9ad62] postgres(+0xecf2b8)[0x5625dec9b2b8] postgres(+0xed017a)[0x5625dec9c17a] postgres(PostmasterMain+0x13f0)[0x5625dec9dbd9] postgres(main+0x28d)[0x5625dead2061] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7f1e9ae4624a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7f1e9ae46305] postgres(_start+0x21)[0x5625de67d141]