pgsql: pg_upgrade: Make test.sh's installcheck use to-be-upgradedversi

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: pg_upgrade: Make test.sh's installcheck use to-be-upgradedversi
Дата
Msg-id E1hTvuB-0002li-RK@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_upgrade: Make test.sh's installcheck use to-be-upgraded version's bindir.

On master (after 700538) the old version's installed psql was used -
even when the old version might not actually be installed / might be
installed into a temporary directory. As commonly the case when just
executing make check for pg_upgrade, as $oldbindir is just the current
version's $bindir.

In the back branches, with --install specified, psql from the new
version's temporary installation was used, without --install (e.g for
NO_TEMP_INSTALL, cf 47b3c26642), the new version's installed psql was
used (which might or might not exist).

Author: Andres Freund
Discussion: https://postgr.es/m/20190522175150.c26f4jkqytahajdg@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f916221df5652b95c402847905bdf48950b5b281

Modified Files
--------------
src/bin/pg_upgrade/test.sh | 8 ++++++++
1 file changed, 8 insertions(+)


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

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: pgsql: Fix array size allocation for HashAggregate hash keys.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: pg_upgrade: Make test.sh's installcheck use to-be-upgradedversi