pgsql: Rationalize error comments in partition split/merge tests - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Rationalize error comments in partition split/merge tests
Date
Msg-id E1wKxbH-000iCo-14@gemulon.postgresql.org
Whole thread
List pgsql-committers
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

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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_createsubscriber: Message improvements and corrections
Next
From: Masahiko Sawada
Date:
Subject: pgsql: Fix race condition in XLogLogicalInfo and ProcSignal initializat