2025-01-30 12:26:55.885 GMT postmaster[5716] LOG: starting PostgreSQL 18devel on x86_64-windows, compiled by msvc-19.29.30158, 64-bit 2025-01-30 12:26:55.887 GMT postmaster[5716] LOG: listening on Unix socket "c:/cirrus/.s.PGSQL.40054" 2025-01-30 12:26:55.926 GMT startup[5568] LOG: database system was shut down at 2025-01-30 12:23:06 GMT 2025-01-30 12:26:55.943 GMT postmaster[5716] LOG: database system is ready to accept connections 2025-01-30 12:26:55.974 GMT client backend[6356] [unknown] FATAL: the database system is starting up 2025-01-30 12:26:56.455 GMT client backend[5340] pg_regress/reloptions ERROR: invalid value for enum option "option_enum": three 2025-01-30 12:26:56.455 GMT client backend[5340] pg_regress/reloptions DETAIL: Valid values are "one" and "two". 2025-01-30 12:26:56.455 GMT client backend[5340] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_enum = 'three'); 2025-01-30 12:26:56.459 GMT client backend[5340] pg_regress/reloptions ERROR: invalid value for integer option "option_int": true 2025-01-30 12:26:56.459 GMT client backend[5340] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_int = true); 2025-01-30 12:26:56.459 GMT client backend[5340] pg_regress/reloptions ERROR: invalid value for integer option "option_int": val3 2025-01-30 12:26:56.459 GMT client backend[5340] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_int = 'val3'); 2025-01-30 12:26:56.460 GMT client backend[5340] pg_regress/reloptions ERROR: invalid value for boolean option "option_bool": 4 2025-01-30 12:26:56.460 GMT client backend[5340] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_bool = 4); 2025-01-30 12:26:56.461 GMT client backend[5340] pg_regress/reloptions ERROR: invalid value for boolean option "option_bool": 3.4 2025-01-30 12:26:56.461 GMT client backend[5340] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_bool = 3.4); 2025-01-30 12:26:56.461 GMT client backend[5340] pg_regress/reloptions ERROR: invalid value for boolean option "option_bool": val4 2025-01-30 12:26:56.461 GMT client backend[5340] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_bool = 'val4'); 2025-01-30 12:26:56.462 GMT client backend[5340] pg_regress/reloptions ERROR: invalid value for floating point option "option_real": true 2025-01-30 12:26:56.462 GMT client backend[5340] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_real = true); 2025-01-30 12:26:56.462 GMT client backend[5340] pg_regress/reloptions ERROR: invalid value for floating point option "option_real": val5 2025-01-30 12:26:56.462 GMT client backend[5340] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_real = 'val5'); 2025-01-30 12:26:56.464 GMT client backend[5340] pg_regress/reloptions ERROR: invalid value for enum option "option_enum": 0 2025-01-30 12:26:56.464 GMT client backend[5340] pg_regress/reloptions DETAIL: Valid values are "one" and "two". 2025-01-30 12:26:56.464 GMT client backend[5340] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_enum = 0); 2025-01-30 12:26:56.464 GMT client backend[5340] pg_regress/reloptions ERROR: invalid value for enum option "option_enum": true 2025-01-30 12:26:56.464 GMT client backend[5340] pg_regress/reloptions DETAIL: Valid values are "one" and "two". 2025-01-30 12:26:56.464 GMT client backend[5340] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_enum = true); 2025-01-30 12:26:56.465 GMT client backend[5340] pg_regress/reloptions ERROR: invalid value for enum option "option_enum": three 2025-01-30 12:26:56.465 GMT client backend[5340] pg_regress/reloptions DETAIL: Valid values are "one" and "two". 2025-01-30 12:26:56.465 GMT client backend[5340] pg_regress/reloptions STATEMENT: ALTER INDEX dummy_test_idx SET (option_enum = 'three'); 2025-01-30 12:26:56.590 GMT postmaster[5716] LOG: received fast shutdown request 2025-01-30 12:26:56.590 GMT postmaster[5716] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2951, PID: 5716 abort() has been called