2025-01-05 17:28:52.116 GMT postmaster[6208] LOG: starting PostgreSQL 18devel on x86_64-windows, compiled by msvc-19.29.30157, 64-bit 2025-01-05 17:28:52.159 GMT postmaster[6208] LOG: listening on Unix socket "c:/cirrus/.s.PGSQL.40014" 2025-01-05 17:28:52.197 GMT startup[1752] LOG: database system was shut down at 2025-01-05 17:25:50 GMT 2025-01-05 17:28:52.208 GMT client backend[5684] [unknown] FATAL: the database system is starting up 2025-01-05 17:28:52.213 GMT postmaster[6208] LOG: database system is ready to accept connections 2025-01-05 17:28:53.024 GMT client backend[2188] pg_regress/earthdistance ERROR: required extension "cube" is not installed 2025-01-05 17:28:53.024 GMT client backend[2188] pg_regress/earthdistance HINT: Use CREATE EXTENSION ... CASCADE to install required extensions too. 2025-01-05 17:28:53.024 GMT client backend[2188] pg_regress/earthdistance STATEMENT: CREATE EXTENSION earthdistance; 2025-01-05 17:28:53.203 GMT client backend[2188] pg_regress/earthdistance ERROR: cannot drop extension cube because other objects depend on it 2025-01-05 17:28:53.203 GMT client backend[2188] pg_regress/earthdistance DETAIL: extension earthdistance depends on extension cube 2025-01-05 17:28:53.203 GMT client backend[2188] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2025-01-05 17:28:53.203 GMT client backend[2188] pg_regress/earthdistance STATEMENT: drop extension cube; 2025-01-05 17:28:53.205 GMT client backend[2188] pg_regress/earthdistance ERROR: cannot drop type cube because extension cube requires it 2025-01-05 17:28:53.205 GMT client backend[2188] pg_regress/earthdistance HINT: You can drop extension cube instead. 2025-01-05 17:28:53.205 GMT client backend[2188] pg_regress/earthdistance STATEMENT: drop type cube; 2025-01-05 17:28:53.215 GMT client backend[2188] pg_regress/earthdistance ERROR: cannot drop extension cube because other objects depend on it 2025-01-05 17:28:53.215 GMT client backend[2188] pg_regress/earthdistance DETAIL: column f1 of table foo depends on type cube 2025-01-05 17:28:53.215 GMT client backend[2188] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2025-01-05 17:28:53.215 GMT client backend[2188] pg_regress/earthdistance STATEMENT: drop extension cube; 2025-01-05 17:28:53.375 GMT client backend[2188] pg_regress/earthdistance ERROR: cannot drop extension cube because other objects depend on it 2025-01-05 17:28:53.375 GMT client backend[2188] pg_regress/earthdistance DETAIL: column f1 of table foo depends on type c.cube 2025-01-05 17:28:53.375 GMT client backend[2188] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2025-01-05 17:28:53.375 GMT client backend[2188] pg_regress/earthdistance STATEMENT: drop extension cube; 2025-01-05 17:28:53.378 GMT client backend[2188] pg_regress/earthdistance ERROR: cannot drop schema c because other objects depend on it 2025-01-05 17:28:53.378 GMT client backend[2188] pg_regress/earthdistance DETAIL: extension cube depends on schema c column f1 of table foo depends on type c.cube 2025-01-05 17:28:53.378 GMT client backend[2188] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2025-01-05 17:28:53.378 GMT client backend[2188] pg_regress/earthdistance STATEMENT: drop schema c; 2025-01-05 17:28:53.669 GMT postmaster[6208] LOG: received fast shutdown request 2025-01-05 17:28:53.669 GMT postmaster[6208] 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: 6208 abort() has been called