1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

Configure patches from Brook Milligan.

This commit is contained in:
Bruce Momjian
1998-02-22 20:02:34 +00:00
parent a35a681f97
commit 55f86ec8f7
6 changed files with 1558 additions and 225 deletions

View File

@ -7,7 +7,7 @@
for file in `cat "$@" | grep 'failed$' | cut -d " " -f 1`
do
echo "====== $file ======"
diff -w expected/$file.out results
diff -uw expected/$file.out results
done