postgresql/contrib/pg_upgrade
Tom Lane 4cf81b737d Fix contrib/pg_upgrade to clean all the cruft made during "make check".
Although these files get cleaned up if the test runs to completion,
a failure partway through leaves trash all over the floor.  The Makefile
ought to be bright enough to get rid of it when you say "make clean".
2014-01-02 14:20:28 -05:00
..
.gitignore
check.c pg_upgrade: Fix some whitespace oddities 2013-11-16 11:35:44 -05:00
controldata.c
dump.c
exec.c
file.c
function.c
IMPLEMENTATION
info.c
Makefile Fix contrib/pg_upgrade to clean all the cruft made during "make check". 2014-01-02 14:20:28 -05:00
option.c pg_upgrade: Handle default_transaction_read_only settings 2013-11-30 16:50:33 -05:00
page.c pg_upgrade: Split off pg_fatal() from pg_log() 2013-10-09 22:48:41 -04:00
parallel.c pg_upgrade: Split off pg_fatal() from pg_log() 2013-10-09 22:48:41 -04:00
pg_upgrade.c
pg_upgrade.h Fix compiler warning. 2013-12-18 13:31:35 -05:00
relfilenode.c
server.c Fix whitespace 2013-12-03 22:57:08 -05:00
tablespace.c
test.sh
TESTING
util.c Fix compiler warning. 2013-12-18 13:31:35 -05:00
version_old_8_3.c
version.c