2024-12-24 06:07:46.994 GMT postmaster[432] LOG: starting PostgreSQL 18devel on x86_64-windows, compiled by msvc-19.29.30157, 64-bit 2024-12-24 06:07:46.995 GMT postmaster[432] LOG: listening on Unix socket "c:/cirrus/.s.PGSQL.40014" 2024-12-24 06:07:47.021 GMT startup[6544] LOG: database system was shut down at 2024-12-24 06:04:52 GMT 2024-12-24 06:07:47.035 GMT client backend[2244] [unknown] FATAL: the database system is starting up 2024-12-24 06:07:47.039 GMT postmaster[432] LOG: database system is ready to accept connections 2024-12-24 06:07:47.603 GMT client backend[2500] pg_regress/earthdistance ERROR: required extension "cube" is not installed 2024-12-24 06:07:47.603 GMT client backend[2500] pg_regress/earthdistance HINT: Use CREATE EXTENSION ... CASCADE to install required extensions too. 2024-12-24 06:07:47.603 GMT client backend[2500] pg_regress/earthdistance STATEMENT: CREATE EXTENSION earthdistance; 2024-12-24 06:07:47.781 GMT client backend[2500] pg_regress/earthdistance ERROR: cannot drop extension cube because other objects depend on it 2024-12-24 06:07:47.781 GMT client backend[2500] pg_regress/earthdistance DETAIL: extension earthdistance depends on extension cube 2024-12-24 06:07:47.781 GMT client backend[2500] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-12-24 06:07:47.781 GMT client backend[2500] pg_regress/earthdistance STATEMENT: drop extension cube; 2024-12-24 06:07:47.783 GMT client backend[2500] pg_regress/earthdistance ERROR: cannot drop type cube because extension cube requires it 2024-12-24 06:07:47.783 GMT client backend[2500] pg_regress/earthdistance HINT: You can drop extension cube instead. 2024-12-24 06:07:47.783 GMT client backend[2500] pg_regress/earthdistance STATEMENT: drop type cube; 2024-12-24 06:07:47.793 GMT client backend[2500] pg_regress/earthdistance ERROR: cannot drop extension cube because other objects depend on it 2024-12-24 06:07:47.793 GMT client backend[2500] pg_regress/earthdistance DETAIL: column f1 of table foo depends on type cube 2024-12-24 06:07:47.793 GMT client backend[2500] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-12-24 06:07:47.793 GMT client backend[2500] pg_regress/earthdistance STATEMENT: drop extension cube; 2024-12-24 06:07:47.953 GMT client backend[2500] pg_regress/earthdistance ERROR: cannot drop extension cube because other objects depend on it 2024-12-24 06:07:47.953 GMT client backend[2500] pg_regress/earthdistance DETAIL: column f1 of table foo depends on type c.cube 2024-12-24 06:07:47.953 GMT client backend[2500] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-12-24 06:07:47.953 GMT client backend[2500] pg_regress/earthdistance STATEMENT: drop extension cube; 2024-12-24 06:07:47.956 GMT client backend[2500] pg_regress/earthdistance ERROR: cannot drop schema c because other objects depend on it 2024-12-24 06:07:47.956 GMT client backend[2500] pg_regress/earthdistance DETAIL: extension cube depends on schema c column f1 of table foo depends on type c.cube 2024-12-24 06:07:47.956 GMT client backend[2500] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2024-12-24 06:07:47.956 GMT client backend[2500] pg_regress/earthdistance STATEMENT: drop schema c; 2024-12-24 06:07:48.126 GMT postmaster[432] LOG: received fast shutdown request 2024-12-24 06:07:48.138 GMT postmaster[432] 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: 432 abort() has been called