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 <[email protected]> Reviewed-by: Jian He <[email protected]> Discussion: https://postgr.es/m/CANWCAZap26BRLwtd+A7GFDSD6-+C3F0NVdUGUAu2LUfvpOTy=w...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/ecb2508aaf9b978871734ea2fdf701ab7d593d0a Modified Files -------------- src/test/regress/expected/partition_merge.out | 44 ++++++++------- src/test/regress/expected/partition_split.out | 78 ++++++++++++--------------- src/test/regress/sql/partition_merge.sql | 44 ++++++++------- src/test/regress/sql/partition_split.sql | 78 ++++++++++++--------------- 4 files changed, 112 insertions(+), 132 deletions(-)
