]> granicus.if.org Git - postgresql/commit
Replace use of "diff -q".
authorNoah Misch <noah@leadboat.com>
Thu, 9 Jul 2015 00:44:21 +0000 (20:44 -0400)
committerNoah Misch <noah@leadboat.com>
Thu, 9 Jul 2015 00:44:26 +0000 (20:44 -0400)
commit42b6922f31169f644446837120da9ba6e982e937
tree07def02d62fb45126844d722250503473dfcb3af
parenteb1525e8968e64c7ec31701fa02c6da999b58d1a
Replace use of "diff -q".

POSIX does not specify the -q option, and many implementations do not
offer it.  Don't bother changing the MSVC build system, because having
non-GNU diff on Windows is vanishingly unlikely.  Back-patch to 9.2,
where this invocation was introduced.
contrib/pg_upgrade/test.sh