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.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/08da2d282f1c3cbff141ecd218d737990cf6d234 Modified Files -------------- contrib/pg_upgrade/.gitignore | 4 + contrib/pg_upgrade/Makefile | 8 +++ contrib/pg_upgrade/TESTING | 19 ++++++ contrib/pg_upgrade/test.sh | 123 +++++++++++++++++++++++++++++++++++++++++ src/makefiles/pgxs.mk | 2 +- src/test/regress/GNUmakefile | 2 +- 6 files changed, 156 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
