postgresql/contrib/pg_upgrade
Tom Lane 0268d21e5d Fix unportable shell-script syntax in pg_upgrade's test.sh.
I discovered the hard way that on some old shells, the locution
    FOO=""   unset FOO
does not behave the same as
    FOO="";  unset FOO
and in fact leaves FOO set to an empty string.  test.sh was inconsistently
spelling it different ways on adjacent lines.

This got broken relatively recently, in commit c737a2e56, so the lack of
field reports to date doesn't represent a lot of evidence that the problem
is rare.
2014-03-16 21:55:27 -04:00
..
.gitignore pg_upgrade: Add new generated file to .gitignore 2012-03-20 20:40:31 +02:00
check.c pg_upgrade: dramatically reduce memory consumption 2014-02-12 16:35:24 -05:00
controldata.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
dump.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
exec.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
file.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
function.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
IMPLEMENTATION Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
info.c pg_upgrade: dramatically reduce memory consumption 2014-02-12 16:35:24 -05:00
Makefile Fix contrib/pg_upgrade to clean all the cruft made during "make check". 2014-01-02 14:20:28 -05:00
option.c Centralize getopt-related declarations in a new header file pg_getopt.h. 2014-02-15 14:31:30 -05:00
page.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
parallel.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_upgrade.c pg_upgrade: improve C comment about what old/new oids match 2014-03-05 10:43:45 -05:00
pg_upgrade.h pg_upgrade: dramatically reduce memory consumption 2014-02-12 16:35:24 -05:00
relfilenode.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
server.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
tablespace.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
test.sh Fix unportable shell-script syntax in pg_upgrade's test.sh. 2014-03-16 21:55:27 -04:00
TESTING Rename 'gmake' to 'make' in docs and recommended commands 2014-02-12 17:29:19 -05:00
util.c Adjust pg_upgrade for move of username lookup functions to /common 2014-01-10 20:56:47 -05:00
version_old_8_3.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
version.c Update copyright for 2014 2014-01-07 16:05:30 -05:00