2024-12-24 06:08:22.022 GMT postmaster[4164] LOG: starting PostgreSQL 18devel on x86_64-windows, compiled by msvc-19.29.30157, 64-bit 2024-12-24 06:08:22.024 GMT postmaster[4164] LOG: listening on Unix socket "c:/cirrus/.s.PGSQL.40047" 2024-12-24 06:08:22.056 GMT startup[6132] LOG: database system was shut down at 2024-12-24 06:04:52 GMT 2024-12-24 06:08:22.059 GMT client backend[6856] [unknown] FATAL: the database system is starting up 2024-12-24 06:08:22.106 GMT postmaster[4164] LOG: database system is ready to accept connections 2024-12-24 06:08:22.695 GMT client backend[1272] pg_regress/tsm_system_time ERROR: sample collection time must not be negative 2024-12-24 06:08:22.695 GMT client backend[1272] pg_regress/tsm_system_time STATEMENT: SELECT id FROM test_tablesample TABLESAMPLE system_time (-1); 2024-12-24 06:08:22.696 GMT client backend[1272] pg_regress/tsm_system_time ERROR: tablesample method system_time does not support REPEATABLE at character 44 2024-12-24 06:08:22.696 GMT client backend[1272] pg_regress/tsm_system_time STATEMENT: SELECT * FROM test_tablesample TABLESAMPLE system_time (10) REPEATABLE (0); 2024-12-24 06:08:22.700 GMT client backend[1272] pg_regress/tsm_system_time ERROR: cannot drop extension tsm_system_time because other objects depend on it 2024-12-24 06:08:22.700 GMT client backend[1272] pg_regress/tsm_system_time DETAIL: view vv depends on function system_time(internal) 2024-12-24 06:08:22.700 GMT client backend[1272] pg_regress/tsm_system_time HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-12-24 06:08:22.700 GMT client backend[1272] pg_regress/tsm_system_time STATEMENT: DROP EXTENSION tsm_system_time; 2024-12-24 06:08:22.901 GMT postmaster[4164] LOG: received fast shutdown request 2024-12-24 06:08:22.901 GMT postmaster[4164] 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: 4164 abort() has been called