2025-01-25 11:19:59.296 UTC postmaster[38807] LOG: starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit 2025-01-25 11:19:59.296 UTC postmaster[38807] LOG: listening on Unix socket "/tmp/pg_regress-zxleZo/.s.PGSQL.40015" 2025-01-25 11:19:59.298 UTC startup[38810] LOG: database system was shut down at 2025-01-25 11:14:46 UTC 2025-01-25 11:19:59.302 UTC postmaster[38807] LOG: database system is ready to accept connections 2025-01-25 11:19:59.404 UTC client backend[38819] pg_regress/earthdistance ERROR: required extension "cube" is not installed 2025-01-25 11:19:59.404 UTC client backend[38819] pg_regress/earthdistance HINT: Use CREATE EXTENSION ... CASCADE to install required extensions too. 2025-01-25 11:19:59.404 UTC client backend[38819] pg_regress/earthdistance STATEMENT: CREATE EXTENSION earthdistance; 2025-01-25 11:19:59.501 UTC client backend[38819] pg_regress/earthdistance ERROR: cannot drop extension cube because other objects depend on it 2025-01-25 11:19:59.501 UTC client backend[38819] pg_regress/earthdistance DETAIL: extension earthdistance depends on extension cube 2025-01-25 11:19:59.501 UTC client backend[38819] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2025-01-25 11:19:59.501 UTC client backend[38819] pg_regress/earthdistance STATEMENT: drop extension cube; 2025-01-25 11:19:59.502 UTC client backend[38819] pg_regress/earthdistance ERROR: cannot drop type cube because extension cube requires it 2025-01-25 11:19:59.502 UTC client backend[38819] pg_regress/earthdistance HINT: You can drop extension cube instead. 2025-01-25 11:19:59.502 UTC client backend[38819] pg_regress/earthdistance STATEMENT: drop type cube; 2025-01-25 11:19:59.507 UTC client backend[38819] pg_regress/earthdistance ERROR: cannot drop extension cube because other objects depend on it 2025-01-25 11:19:59.507 UTC client backend[38819] pg_regress/earthdistance DETAIL: column f1 of table foo depends on type cube 2025-01-25 11:19:59.507 UTC client backend[38819] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2025-01-25 11:19:59.507 UTC client backend[38819] pg_regress/earthdistance STATEMENT: drop extension cube; 2025-01-25 11:19:59.586 UTC client backend[38819] pg_regress/earthdistance ERROR: cannot drop extension cube because other objects depend on it 2025-01-25 11:19:59.586 UTC client backend[38819] pg_regress/earthdistance DETAIL: column f1 of table foo depends on type c.cube 2025-01-25 11:19:59.586 UTC client backend[38819] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2025-01-25 11:19:59.586 UTC client backend[38819] pg_regress/earthdistance STATEMENT: drop extension cube; 2025-01-25 11:19:59.588 UTC client backend[38819] pg_regress/earthdistance ERROR: cannot drop schema c because other objects depend on it 2025-01-25 11:19:59.588 UTC client backend[38819] pg_regress/earthdistance DETAIL: extension cube depends on schema c column f1 of table foo depends on type c.cube 2025-01-25 11:19:59.588 UTC client backend[38819] pg_regress/earthdistance HINT: Use DROP ... CASCADE to drop the dependent objects too. 2025-01-25 11:19:59.588 UTC client backend[38819] pg_regress/earthdistance STATEMENT: drop schema c; 2025-01-25 11:19:59.614 UTC postmaster[38807] LOG: received fast shutdown request 2025-01-25 11:19:59.614 UTC postmaster[38807] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2964, PID: 38807 postgres(ExceptionalCondition+0x56)[0x55c472e7c582] postgres(+0xee1cb7)[0x55c472a8ecb7] postgres(+0xee22c4)[0x55c472a8f2c4] postgres(+0xee3190)[0x55c472a90190] postgres(PostmasterMain+0x13f0)[0x55c472a91bcd] postgres(main+0x28d)[0x55c4728c3bb1] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7ffa3444624a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7ffa34446305] postgres(_start+0x21)[0x55c472469151]