Grammar fixes for split/merge partitions code
Alexander Korotkov <akorotkov@postgresql.org>
Grammar fixes for split/merge partitions code The fixes relate to comments, error messages, and corresponding expected output of regression tests. Discussion: https://postgr.es/m/CAMbWs49DDsknxyoycBqiE72VxzL_sYHF6zqL8dSeNehKPJhkKg%40mail.gmail.com Discussion: https://postgr.es/m/86bfd241-a58c-479a-9a72-2c67a02becf8%40postgrespro.ru Discussion: https://postgr.es/m/CAHewXNkGMPU50QG7V6Q60JGFORfo8LfYO1_GCkCa0VWbmB-fEw%40mail.gmail.com Author: Richard Guo, Dmitry Koval, Tender Wang
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ddl.sgml | modified | +1 −1 |
| doc/src/sgml/ref/alter_table.sgml | modified | +3 −3 |
| src/backend/commands/tablecmds.c | modified | +12 −9 |
| src/backend/parser/parse_utilcmd.c | modified | +3 −3 |
| src/backend/partitioning/partbounds.c | modified | +18 −17 |
| src/test/isolation/specs/partition-merge.spec | modified | +1 −1 |
| src/test/regress/expected/partition_merge.out | modified | +7 −7 |
| src/test/regress/expected/partition_split.out | modified | +29 −29 |
| src/test/regress/sql/partition_merge.sql | modified | +6 −6 |
| src/test/regress/sql/partition_split.sql | modified | +24 −24 |
Documentation touched
Discussion
- Revise some error messages in split partition code 2 messages · 2024-04-10
- Add SPLIT PARTITION/MERGE PARTITIONS commands 298 messages · 2022-05-31 → 2026-06-30