pgsql: Switch pg_regress to output unified diffs by default

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Switch pg_regress to output unified diffs by default
Date: 2019-01-02 20:22:31
Message-ID: E1gen27-0005BI-LR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Switch pg_regress to output unified diffs by default

Author: Christoph Berg <myon(at)debian(dot)org>
Discussion: https://www.postgresql.org/message-id/flat/20170406223103(dot)ixihdedf6d6d4kbk(at)alap3(dot)anarazel(dot)de/

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/acfe1392eff2f96ef7931068b11b2d58196f4d95

Modified Files
--------------
doc/src/sgml/regress.sgml | 2 +-
src/test/regress/pg_regress.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-01-02 21:34:20 pgsql: Don't believe MinMaxExpr is leakproof without checking.
Previous Message Tom Lane 2019-01-02 18:58:09 pgsql: Ensure link commands list *.o files before LDFLAGS.