-
- Downloads
Add pg_upgrade test suite
It runs the regression tests, runs pg_upgrade on the populated database, and compares the before and after dumps. While not actually a cross-version upgrade, this does detect omissions and bugs in the involved tools from time to time. It's also possible to do a cross-version upgrade by manually supplying parameters.
Showing
- contrib/pg_upgrade/.gitignore 4 additions, 0 deletionscontrib/pg_upgrade/.gitignore
- contrib/pg_upgrade/Makefile 8 additions, 0 deletionscontrib/pg_upgrade/Makefile
- contrib/pg_upgrade/TESTING 19 additions, 0 deletionscontrib/pg_upgrade/TESTING
- contrib/pg_upgrade/test.sh 123 additions, 0 deletionscontrib/pg_upgrade/test.sh
- src/makefiles/pgxs.mk 1 addition, 1 deletionsrc/makefiles/pgxs.mk
- src/test/regress/GNUmakefile 1 addition, 1 deletionsrc/test/regress/GNUmakefile
Loading
Please register or sign in to comment