2024-12-18 07:25:58.418 UTC postmaster[20728] LOG: starting PostgreSQL 18devel on x86_64-freebsd, compiled by clang-17.0.6, 64-bit 2024-12-18 07:25:58.418 UTC postmaster[20728] LOG: listening on Unix socket "/tmp/pg_regress-DOMHhQ/.s.PGSQL.40057" 2024-12-18 07:25:58.420 UTC startup[20731] LOG: database system was shut down at 2024-12-18 07:25:58 UTC 2024-12-18 07:25:58.421 UTC postmaster[20728] LOG: database system is ready to accept connections 2024-12-18 07:25:58.503 UTC client backend[20739] pg_regress/reloptions ERROR: invalid value for enum option "option_enum": three 2024-12-18 07:25:58.503 UTC client backend[20739] pg_regress/reloptions DETAIL: Valid values are "one" and "two". 2024-12-18 07:25:58.503 UTC client backend[20739] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_enum = 'three'); 2024-12-18 07:25:58.505 UTC client backend[20739] pg_regress/reloptions ERROR: invalid value for integer option "option_int": true 2024-12-18 07:25:58.505 UTC client backend[20739] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_int = true); 2024-12-18 07:25:58.505 UTC client backend[20739] pg_regress/reloptions ERROR: invalid value for integer option "option_int": val3 2024-12-18 07:25:58.505 UTC client backend[20739] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_int = 'val3'); 2024-12-18 07:25:58.506 UTC client backend[20739] pg_regress/reloptions ERROR: invalid value for boolean option "option_bool": 4 2024-12-18 07:25:58.506 UTC client backend[20739] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_bool = 4); 2024-12-18 07:25:58.506 UTC client backend[20739] pg_regress/reloptions ERROR: invalid value for boolean option "option_bool": 3.4 2024-12-18 07:25:58.506 UTC client backend[20739] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_bool = 3.4); 2024-12-18 07:25:58.506 UTC client backend[20739] pg_regress/reloptions ERROR: invalid value for boolean option "option_bool": val4 2024-12-18 07:25:58.506 UTC client backend[20739] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_bool = 'val4'); 2024-12-18 07:25:58.507 UTC client backend[20739] pg_regress/reloptions ERROR: invalid value for floating point option "option_real": true 2024-12-18 07:25:58.507 UTC client backend[20739] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_real = true); 2024-12-18 07:25:58.507 UTC client backend[20739] pg_regress/reloptions ERROR: invalid value for floating point option "option_real": val5 2024-12-18 07:25:58.507 UTC client backend[20739] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_real = 'val5'); 2024-12-18 07:25:58.508 UTC client backend[20739] pg_regress/reloptions ERROR: invalid value for enum option "option_enum": 0 2024-12-18 07:25:58.508 UTC client backend[20739] pg_regress/reloptions DETAIL: Valid values are "one" and "two". 2024-12-18 07:25:58.508 UTC client backend[20739] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_enum = 0); 2024-12-18 07:25:58.508 UTC client backend[20739] pg_regress/reloptions ERROR: invalid value for enum option "option_enum": true 2024-12-18 07:25:58.508 UTC client backend[20739] pg_regress/reloptions DETAIL: Valid values are "one" and "two". 2024-12-18 07:25:58.508 UTC client backend[20739] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_enum = true); 2024-12-18 07:25:58.508 UTC client backend[20739] pg_regress/reloptions ERROR: invalid value for enum option "option_enum": three 2024-12-18 07:25:58.508 UTC client backend[20739] pg_regress/reloptions DETAIL: Valid values are "one" and "two". 2024-12-18 07:25:58.508 UTC client backend[20739] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_enum = 'three'); 2024-12-18 07:25:58.512 UTC postmaster[20728] LOG: received fast shutdown request 2024-12-18 07:25:58.512 UTC postmaster[20728] 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: 20728 0xaa4ae2 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89fc67 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89e169 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89d544 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres