2025-01-28 23:38:03.417 UTC postmaster[37998] LOG:  starting PostgreSQL 18devel on x86_64-linux, compiled by gcc-12.2.0, 64-bit
2025-01-28 23:38:03.417 UTC postmaster[37998] LOG:  listening on Unix socket "/tmp/pg_regress-OTpl2S/.s.PGSQL.40009"
2025-01-28 23:38:03.419 UTC startup[38003] LOG:  database system was shut down at 2025-01-28 23:34:35 UTC
2025-01-28 23:38:03.423 UTC postmaster[37998] LOG:  database system is ready to accept connections
2025-01-28 23:38:04.354 UTC client backend[38132] pg_regress/not_equal ERROR:  conflicting key value violates exclusion constraint "zoo_cage_animal_excl"
2025-01-28 23:38:04.354 UTC client backend[38132] pg_regress/not_equal DETAIL:  Key (cage, animal)=(123, lion) conflicts with existing key (cage, animal)=(123, zebra).
2025-01-28 23:38:04.354 UTC client backend[38132] pg_regress/not_equal STATEMENT:  INSERT INTO zoo VALUES(123, 'lion');
2025-01-28 23:38:04.433 UTC client backend[38146] pg_regress/partitions ERROR:  conflicting key value violates exclusion constraint "parttmp_1_to_10_id_valid_at_excl"
2025-01-28 23:38:04.433 UTC client backend[38146] pg_regress/partitions DETAIL:  Key (id, valid_at)=(2, [01-15-2000,02-01-2000)) conflicts with existing key (id, valid_at)=(2, [01-01-2000,02-01-2000)).
2025-01-28 23:38:04.433 UTC client backend[38146] pg_regress/partitions STATEMENT:  insert into parttmp (id, valid_at) values
	  (2, '[2000-01-15, 2000-02-01)');
2025-01-28 23:38:04.436 UTC client backend[38146] pg_regress/partitions ERROR:  cannot match partition key to index on column "id" using non-equal operator "<>"
2025-01-28 23:38:04.436 UTC client backend[38146] pg_regress/partitions STATEMENT:  create table parttmp (id int, valid_at daterange, exclude using gist (id with <>, valid_at with &&)) partition by range (id);
2025-01-28 23:38:04.485 UTC client backend[38154] pg_regress/without_overlaps ERROR:  conflicting key value violates exclusion constraint "temporal_rng_pk"
2025-01-28 23:38:04.485 UTC client backend[38154] pg_regress/without_overlaps DETAIL:  Key (id, valid_at)=(1, [06-01-2000,01-01-2001)) conflicts with existing key (id, valid_at)=(1, [01-01-2000,01-01-2001)).
2025-01-28 23:38:04.485 UTC client backend[38154] pg_regress/without_overlaps STATEMENT:  INSERT INTO temporal_rng VALUES
	  (1, '[2000-06-01,2001-01-01)');
2025-01-28 23:38:04.499 UTC client backend[38154] pg_regress/without_overlaps ERROR:  insert or update on table "temporal_fk_rng2rng" violates foreign key constraint "temporal_fk_rng2rng_fk"
2025-01-28 23:38:04.499 UTC client backend[38154] pg_regress/without_overlaps DETAIL:  Key (parent_id, valid_at)=(3, [01-01-2000,01-01-2001)) is not present in table "temporal_rng".
2025-01-28 23:38:04.499 UTC client backend[38154] pg_regress/without_overlaps STATEMENT:  INSERT INTO temporal_fk_rng2rng VALUES
	  (3, '[2000-01-01,2001-01-01)', 3);
2025-01-28 23:38:04.499 UTC client backend[38154] pg_regress/without_overlaps ERROR:  insert or update on table "temporal_fk_rng2rng" violates foreign key constraint "temporal_fk_rng2rng_fk"
2025-01-28 23:38:04.499 UTC client backend[38154] pg_regress/without_overlaps DETAIL:  Key (parent_id, valid_at)=(2, [01-01-2001,01-01-2002)) is not present in table "temporal_rng".
2025-01-28 23:38:04.499 UTC client backend[38154] pg_regress/without_overlaps STATEMENT:  INSERT INTO temporal_fk_rng2rng VALUES
	  (4, '[2001-01-01,2002-01-01)', 2);
2025-01-28 23:38:04.499 UTC client backend[38154] pg_regress/without_overlaps ERROR:  insert or update on table "temporal_fk_rng2rng" violates foreign key constraint "temporal_fk_rng2rng_fk"
2025-01-28 23:38:04.499 UTC client backend[38154] pg_regress/without_overlaps DETAIL:  Key (parent_id, valid_at)=(2, [01-01-2000,01-01-2002)) is not present in table "temporal_rng".
2025-01-28 23:38:04.499 UTC client backend[38154] pg_regress/without_overlaps STATEMENT:  INSERT INTO temporal_fk_rng2rng VALUES
	  (5, '[2000-01-01,2002-01-01)', 2);
2025-01-28 23:38:04.505 UTC postmaster[37998] LOG:  received fast shutdown request
2025-01-28 23:38:04.505 UTC postmaster[37998] 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: 37998
postgres(ExceptionalCondition+0x56)[0x559278451cbe]
postgres(+0xee2fb2)[0x559278063fb2]
postgres(+0xee35b4)[0x5592780645b4]
postgres(+0xee4556)[0x559278065556]
postgres(PostmasterMain+0x13f0)[0x559278066f93]
postgres(main+0x28d)[0x559277e98ded]
/lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7f721004624a]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7f7210046305]
postgres(_start+0x21)[0x559277a3e151]