pgsql: Add pg_upgrade test suite

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Add pg_upgrade test suite
Дата
Msg-id E1RUlcL-00039v-Jy@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Use the proper macro to convert a bool to a Datum.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve GiST range-contained-by searches by adding a flag for em