We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6108a7e commit e7be9d3Copy full SHA for e7be9d3
src/test/regress/run_check.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
#
3
-# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.17 2000/05/18 15:58:43 momjian Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.18 2000/05/18 16:11:39 momjian Exp $
4
5
# ----------
6
# Check call syntax
@@ -68,6 +68,8 @@ else
68
USETCPIP=""
69
fi
70
71
+unset PGHOST
72
+
73
74
# Determine if echo -n works
75
0 commit comments