]> 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:25 +0000 (20:44 -0400)
commit8ed6e70ace8e8d2f0747c16a796a21147ffaf404
tree7d92b2bb7f808a239741e819c7fcbc5916850e9a
parentfb990ce6c7d99d329843e5d70d4cdaf8d0825b38
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.
src/bin/pg_upgrade/test.sh