diff -U3 /Users/admin/pgsql/contrib/btree_gist/expected/partitions.out /Users/admin/pgsql/build/testrun/btree_gist/regress/results/partitions.out --- /Users/admin/pgsql/contrib/btree_gist/expected/partitions.out 2024-11-19 14:00:10 +++ /Users/admin/pgsql/build/testrun/btree_gist/regress/results/partitions.out 2024-11-19 14:03:14 @@ -11,10 +11,8 @@ ) partition by range (id); create table parttmp_1_to_10 partition of parttmp for values from (1) to (10); NOTICE: notice triggered for injection point btree-gist-sorted-build -NOTICE: notice triggered for injection point btree-gist-sorted-build create table parttmp_11_to_20 partition of parttmp for values from (11) to (20); NOTICE: notice triggered for injection point btree-gist-sorted-build -NOTICE: notice triggered for injection point btree-gist-sorted-build insert into parttmp (id, valid_at) values (1, '[2000-01-01, 2000-02-01)'), (1, '[2000-02-01, 2000-03-01)'), diff -U3 /Users/admin/pgsql/contrib/btree_gist/expected/without_overlaps.out /Users/admin/pgsql/build/testrun/btree_gist/regress/results/without_overlaps.out --- /Users/admin/pgsql/contrib/btree_gist/expected/without_overlaps.out 2024-11-19 14:00:10 +++ /Users/admin/pgsql/build/testrun/btree_gist/regress/results/without_overlaps.out 2024-11-19 14:03:14 @@ -9,7 +9,6 @@ CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) ); NOTICE: notice triggered for injection point btree-gist-sorted-build -NOTICE: notice triggered for injection point btree-gist-sorted-build \d temporal_rng Table "public.temporal_rng" Column | Type | Collation | Nullable | Default @@ -54,7 +53,6 @@ REFERENCES temporal_rng (id, PERIOD valid_at) ); NOTICE: notice triggered for injection point btree-gist-sorted-build -NOTICE: notice triggered for injection point btree-gist-sorted-build \d temporal_fk_rng2rng Table "public.temporal_fk_rng2rng" Column | Type | Collation | Nullable | Default