2
0
mirror of https://git.postgresql.org/git/postgresql.git synced 2025-03-07 19:47:50 +08:00
postgresql/contrib/pg_upgrade
Bruce Momjian c1275cf741 pg_upgrade: throw an error for non-existent tablespace directories
Non-existent tablespace directory references can occur if user
tablespaces are created inside data directories and the data directory
is renamed in preparation for running pg_upgrade, and the symbolic links
are not updated.

Backpatch to 9.3.
2014-04-17 11:42:21 -04:00
..
.gitignore
check.c vacuumdb: Add option --analyze-in-stages 2014-04-15 00:44:25 -04:00
controldata.c
dump.c
exec.c pg_upgrade: remove redundant include files 2014-04-16 13:27:07 -04:00
file.c
function.c
IMPLEMENTATION
info.c
Makefile
option.c pg_upgrade: remove redundant include files 2014-04-16 13:27:07 -04:00
page.c
parallel.c
pg_upgrade.c
pg_upgrade.h
relfilenode.c
server.c
tablespace.c pg_upgrade: throw an error for non-existent tablespace directories 2014-04-17 11:42:21 -04:00
test.sh Revert "Secure Unix-domain sockets of "make check" temporary clusters." 2014-03-29 03:12:00 -04:00
TESTING
util.c
version_old_8_3.c
version.c