pgsql: Revert "Reject degenerate SPLIT PARTITION with DEFAULT partition

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Reject degenerate SPLIT PARTITION with DEFAULT partition
Date: 2026-05-20 20:24:24
Message-ID: E1wPnSq-000R5Y-0C@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Reject degenerate SPLIT PARTITION with DEFAULT partition"

This reverts commit d8af73010033cb8ad6c941942d6b03d74d7e4f7e. Per buildfarm
failures.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0392fb900eb89f52988cccd33046443c39c70d1c

Modified Files
--------------
src/backend/partitioning/partbounds.c | 150 --------------------------
src/test/regress/expected/partition_split.out | 59 ----------
src/test/regress/sql/partition_split.sql | 52 ---------
3 files changed, 261 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2026-05-22 15:01:37 pgsql: Prevent setting NO INHERIT on partitioned NOT NULL constraints
Previous Message Alexander Korotkov 2026-05-20 11:45:51 pgsql: Reject degenerate SPLIT PARTITION with DEFAULT partition