]> 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:27 +0000 (20:44 -0400)
commitf7b3300384c1f726e4c1fe34ecec409826c2cdef
treeb1d2ba1b815326deec13b08d34209c1e24166c78
parent458ccbf2b3a9a8566a405368825954cf99b8dbef
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