postgresql/contrib/pg_upgrade
Bruce Momjian a0efc71453 pg_upgrade: call 'postgres' binary to get data directory location
This matches the binary 'pg_ctl' calls.  Previously we called the
'postmaster'.

Report by Christoph Berg
2015-04-01 18:25:45 -04:00
..
.gitignore
check.c
controldata.c pg_upgrade: improve checksum mismatch error message 2015-02-11 22:22:26 -05:00
dump.c
exec.c
file.c
function.c
IMPLEMENTATION
info.c
Makefile
option.c pg_upgrade: call 'postgres' binary to get data directory location 2015-04-01 18:25:45 -04:00
page.c
parallel.c
pg_upgrade.c Run pg_upgrade and pg_resetxlog with restricted token on Windows 2015-03-30 17:07:52 -04:00
pg_upgrade.h Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
relfilenode.c
server.c
tablespace.c
test.sh
TESTING
util.c Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
version.c