]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Rationalize error comments in partition split/merge tests
authorJohn Naylor <john.naylor@postgresql.org>
Thu, 7 May 2026 12:10:51 +0000 (19:10 +0700)
committerJohn Naylor <john.naylor@postgresql.org>
Thu, 7 May 2026 12:10:51 +0000 (19:10 +0700)
commitecb2508aaf9b978871734ea2fdf701ab7d593d0a
tree3590c831dcb81045c70e93f32e3a68da07963bba
parent52e629be95fc2ff52eabdae5b72c8eb6d8eef38d
Rationalize error comments in partition split/merge tests

The regression tests had a copy of the full error, detail, and hint
text in comments above each failing statement in the .sql files. This
is a maintenance hazard, so simplify to "-- ERROR", in line with
other tests.

Author: Ayush Tiwari <ayushtiwari.slg01@gmail.com>
Reviewed-by: Jian He <jian.universality@gmail.com>
Discussion: https://postgr.es/m/CANWCAZap26BRLwtd+A7GFDSD6-+C3F0NVdUGUAu2LUfvpOTy=w@mail.gmail.com
src/test/regress/expected/partition_merge.out
src/test/regress/expected/partition_split.out
src/test/regress/sql/partition_merge.sql
src/test/regress/sql/partition_split.sql