2025-01-31 22:26:24.785 UTC postmaster[38850] LOG: starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit 2025-01-31 22:26:24.785 UTC postmaster[38850] LOG: listening on Unix socket "/tmp/pg_regress-526xZY/.s.PGSQL.40015" 2025-01-31 22:26:24.789 UTC startup[38853] LOG: database system was shut down at 2025-01-31 22:21:09 UTC 2025-01-31 22:26:24.792 UTC postmaster[38850] LOG: database system is ready to accept connections 2025-01-31 22:26:24.898 UTC client backend[38863] pg_regress/earthdistance ERROR: required extension "cube" is not installed 2025-01-31 22:26:24.898 UTC client backend[38863] pg_regress/earthdistance HINT: Use CREATE EXTENSION ... CASCADE to install required extensions too. 2025-01-31 22:26:24.898 UTC client backend[38863] pg_regress/earthdistance STATEMENT: CREATE EXTENSION earthdistance; 2025-01-31 22:26:24.999 UTC client backend[38863] pg_regress/earthdistance ERROR: cannot drop extension cube because other objects depend on it 2025-01-31 22:26:24.999 UTC client backend[38863] pg_regress/earthdistance DETAIL: extension earthdistance depends on extension cube 2025-01-31 22:26:24.999 UTC client backend[38863] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2025-01-31 22:26:24.999 UTC client backend[38863] pg_regress/earthdistance STATEMENT: drop extension cube; 2025-01-31 22:26:25.000 UTC client backend[38863] pg_regress/earthdistance ERROR: cannot drop type cube because extension cube requires it 2025-01-31 22:26:25.000 UTC client backend[38863] pg_regress/earthdistance HINT: You can drop extension cube instead. 2025-01-31 22:26:25.000 UTC client backend[38863] pg_regress/earthdistance STATEMENT: drop type cube; 2025-01-31 22:26:25.005 UTC client backend[38863] pg_regress/earthdistance ERROR: cannot drop extension cube because other objects depend on it 2025-01-31 22:26:25.005 UTC client backend[38863] pg_regress/earthdistance DETAIL: column f1 of table foo depends on type cube 2025-01-31 22:26:25.005 UTC client backend[38863] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2025-01-31 22:26:25.005 UTC client backend[38863] pg_regress/earthdistance STATEMENT: drop extension cube; 2025-01-31 22:26:25.093 UTC client backend[38863] pg_regress/earthdistance ERROR: cannot drop extension cube because other objects depend on it 2025-01-31 22:26:25.093 UTC client backend[38863] pg_regress/earthdistance DETAIL: column f1 of table foo depends on type c.cube 2025-01-31 22:26:25.093 UTC client backend[38863] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2025-01-31 22:26:25.093 UTC client backend[38863] pg_regress/earthdistance STATEMENT: drop extension cube; 2025-01-31 22:26:25.094 UTC client backend[38863] pg_regress/earthdistance ERROR: cannot drop schema c because other objects depend on it 2025-01-31 22:26:25.094 UTC client backend[38863] pg_regress/earthdistance DETAIL: extension cube depends on schema c column f1 of table foo depends on type c.cube 2025-01-31 22:26:25.094 UTC client backend[38863] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2025-01-31 22:26:25.094 UTC client backend[38863] pg_regress/earthdistance STATEMENT: drop schema c; 2025-01-31 22:26:25.128 UTC postmaster[38850] LOG: received fast shutdown request 2025-01-31 22:26:25.128 UTC postmaster[38850] 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: 38850 postgres(ExceptionalCondition+0x56)[0x564f6391d42c] postgres(+0xee376f)[0x564f6352f76f] postgres(+0xee3d71)[0x564f6352fd71] postgres(+0xee4d13)[0x564f63530d13] postgres(PostmasterMain+0x13f0)[0x564f63532750] postgres(main+0x28d)[0x564f63364509] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7f5a88a4624a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7f5a88a46305] postgres(_start+0x21)[0x564f62f09151]