From acfe1392eff2f96ef7931068b11b2d58196f4d95 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 2 Jan 2019 21:20:53 +0100 Subject: Switch pg_regress to output unified diffs by default Author: Christoph Berg Discussion: https://www.postgresql.org/message-id/flat/20170406223103.ixihdedf6d6d4kbk@alap3.anarazel.de/ --- doc/src/sgml/regress.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 673a8c21642..749d1a384bb 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -410,7 +410,7 @@ make standbycheck If you don't like the diff options that are used by default, set the environment variable PG_REGRESS_DIFF_OPTS, for - instance PG_REGRESS_DIFF_OPTS='-u'. (Or you + instance PG_REGRESS_DIFF_OPTS='-c'. (Or you can run diff yourself, if you prefer.) -- cgit v1.2.3