diff -U3 /tmp/cirrus-ci-build/contrib/seg/expected/security.out /tmp/cirrus-ci-build/build/testrun/seg/regress/results/security.out --- /tmp/cirrus-ci-build/contrib/seg/expected/security.out 2025-12-05 14:34:12.668014000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/seg/regress/results/security.out 2025-12-05 14:37:48.021888000 +0000 @@ -22,11 +22,7 @@ CREATE SCHEMA test_schema CREATE TABLE t(i int) PARTITION BY RANGE (i) CREATE TABLE p1 PARTITION OF t FOR VALUES FROM (1) TO (regress_seg_schema.exfun(2)); -DROP SCHEMA test_schema CASCADE; -NOTICE: drop cascades to 3 other objects -DETAIL: drop cascades to table test_schema.t -drop cascades to extension seg -drop cascades to operator test_schema.=(oid,regclass) -RESET ROLE; -DROP OWNED BY regress_seg_role; -DROP ROLE regress_seg_role; +server closed the connection unexpectedly + This probably means the server terminated abnormally + before or while processing the request. +connection to server was lost diff -U3 /tmp/cirrus-ci-build/contrib/seg/expected/partition.out /tmp/cirrus-ci-build/build/testrun/seg/regress/results/partition.out --- /tmp/cirrus-ci-build/contrib/seg/expected/partition.out 2025-12-05 14:34:12.667959000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/seg/regress/results/partition.out 2025-12-05 14:37:49.704919000 +0000 @@ -11,44 +11,7 @@ create collation mycollation from "POSIX"; create table pt (category int, sdata seg, tdata text) partition by list (category); --- pre-existing partition -create table pt12 partition of pt for values in (1,2); -insert into pt values(1, '0 .. 1'::seg, 'zed'); --- expression references object in public schema -create index pti1 on pt ((mydouble(category) + 1)); --- opclass in public schema -create index pti2 on pt (sdata seg_ops); --- collation in public schema -create index pti3 on pt (tdata collate mycollation); --- new partition -create table pt34 partition of pt for values in (3,4); -insert into pt values(4, '-1 .. 1'::seg, 'foo'); -\d+ pt - Partitioned table "public.pt" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description -----------+---------+-----------+----------+---------+----------+--------------+------------- - category | integer | | | | plain | | - sdata | seg | | | | plain | | - tdata | text | | | | extended | | -Partition key: LIST (category) -Indexes: - "pti1" btree ((mydouble(category) + 1)) - "pti2" btree (sdata) - "pti3" btree (tdata COLLATE mycollation) -Partitions: pt12 FOR VALUES IN (1, 2), - pt34 FOR VALUES IN (3, 4) - -\d+ pt12 - Table "public.pt12" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description -----------+---------+-----------+----------+---------+----------+--------------+------------- - category | integer | | | | plain | | - sdata | seg | | | | plain | | - tdata | text | | | | extended | | -Partition of: pt FOR VALUES IN (1, 2) -Partition constraint: ((category IS NOT NULL) AND (category = ANY (ARRAY[1, 2]))) -Indexes: - "pt12_expr_idx" btree ((mydouble(category) + 1)) - "pt12_sdata_idx" btree (sdata) - "pt12_tdata_idx" btree (tdata COLLATE mycollation) - +server closed the connection unexpectedly + This probably means the server terminated abnormally + before or while processing the request. +connection to server was lost