]> granicus.if.org Git - postgresql/commit
Add pg_upgrade test suite
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 27 Nov 2011 20:42:32 +0000 (22:42 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 27 Nov 2011 20:42:32 +0000 (22:42 +0200)
commit08da2d282f1c3cbff141ecd218d737990cf6d234
tree28bab8e043eacd472d8129f5aa11ef84af99c21e
parent8722a1a06aedbbbeb4f848a7b9ee62d6ae8649c6
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.
contrib/pg_upgrade/.gitignore
contrib/pg_upgrade/Makefile
contrib/pg_upgrade/TESTING
contrib/pg_upgrade/test.sh [new file with mode: 0644]
src/makefiles/pgxs.mk
src/test/regress/GNUmakefile