File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ make standbycheck
410410 If you don't
411411 like the <command>diff</command> options that are used by default, set the
412412 environment variable <envar>PG_REGRESS_DIFF_OPTS</envar>, for
413- instance <literal>PG_REGRESS_DIFF_OPTS='-u '</literal>. (Or you
413+ instance <literal>PG_REGRESS_DIFF_OPTS='-c '</literal>. (Or you
414414 can run <command>diff</command> yourself, if you prefer.)
415415 </para>
416416
Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ static char *shellprog = SHELLPROG;
6262 */
6363#ifndef WIN32
6464const char * basic_diff_opts = "" ;
65- const char * pretty_diff_opts = "-C3 " ;
65+ const char * pretty_diff_opts = "-U3 " ;
6666#else
6767const char * basic_diff_opts = "-w" ;
68- const char * pretty_diff_opts = "-w -C3 " ;
68+ const char * pretty_diff_opts = "-w -U3 " ;
6969#endif
7070
7171/* options settable from command line */
You can’t perform that action at this time.
0 commit comments