]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Message corrections for partition split/merge commands
authorJohn Naylor <john.naylor@postgresql.org>
Thu, 7 May 2026 12:10:35 +0000 (19:10 +0700)
committerJohn Naylor <john.naylor@postgresql.org>
Thu, 7 May 2026 12:10:35 +0000 (19:10 +0700)
commit52e629be95fc2ff52eabdae5b72c8eb6d8eef38d
tree19632a9a4454844987764edb5a64ecc545b59df2
parent43fc1dc7527c4213c4d48a96bf98738df0acb71a
Message corrections for partition split/merge commands

Fix spelling and grammar, turn an accidental duplicate errmsg into
errdetail, and remove an errposition that was not pointing at anything
relevant to the error.

Author: Ayush Tiwari <ayushtiwari.slg01@gmail.com>
Reviewed-by: Jian He <jian.universality@gmail.com>
Reviewed-by: Yuchen Li <liyuchen_xyz@163.com> (earlier version)
Discussion: https://postgr.es/m/CAJTYsWUvMT5uKOasPnm6-o9CrdXbRONiAYHTKJb7wx66LB8S1A@mail.gmail.com
src/backend/commands/tablecmds.c
src/backend/parser/parse_utilcmd.c
src/backend/partitioning/partbounds.c
src/test/regress/expected/partition_merge.out
src/test/regress/expected/partition_split.out