postgresql/contrib/pg_upgrade
Andrew Dunstan bd04dfba9f Work around NetBSD shell issue in pg_upgrade test script.
The NetBSD shell apparently returns non-zero from an unset command if
the variable is already unset. This matters when, as in pg_upgrade's
test.sh, we are working under 'set -e'. To protect against this, we
first set the PG variables to an empty string before unsetting them
completely.

Error found on buildfarm member coypu, solution from Rémi Zara.
2013-10-28 11:51:44 -04:00
..
.gitignore
check.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
controldata.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
dump.c pg_upgrade: adjust umask() calls 2013-07-25 11:33:14 -04:00
exec.c pg_upgrade: fix -j race condition on Windows 2013-07-27 15:00:58 -04:00
file.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
function.c pg_upgrade: Replace tabs in output string constants by spaces 2013-05-13 21:42:19 -04:00
IMPLEMENTATION
info.c Post-pgindent cleanup 2013-06-01 09:38:15 -04:00
Makefile Add pg_upgrade --jobs parameter 2012-12-26 19:26:30 -05:00
option.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
page.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
parallel.c pg_upgrade: clarify C comment about Windows thread struct pointers 2013-07-30 09:23:31 -04:00
pg_upgrade.c Post-pgindent cleanup 2013-06-01 09:38:15 -04:00
pg_upgrade.h pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
relfilenode.c Minor spelling fixes 2013-06-01 10:18:59 -04:00
server.c pg_upgrade: shut down server after auth failure 2013-08-16 11:09:09 -04:00
tablespace.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
test.sh Work around NetBSD shell issue in pg_upgrade test script. 2013-10-28 11:51:44 -04:00
TESTING Remove whitespace from end of lines 2012-05-15 22:19:41 +03:00
util.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
version_old_8_3.c Add a materialized view relations. 2013-03-03 18:23:31 -06:00
version.c Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00