pgsql: Back-port a few PostgresNode.pm methods.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Back-port a few PostgresNode.pm methods.
Дата
Msg-id E1lr4co-0006A9-2M@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Back-port a few PostgresNode.pm methods.

The 'lsn' and 'wait_for_catchup' methods only exist in v10 and
higher, but are needed in order to support a test planned test
case for a bug that exists all the way back to v9.6. To minimize
cross-branch differences in the test case, back-port these
methods.

Discussion: http://postgr.es/m/CA+TgmoaG5dmA_8Xc1WvbvftPjtwx5uzkGEHxE7MiJ+im9jynmw@mail.gmail.com

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/75212a854f991689fd6acbd51536a2912bf7461b

Modified Files
--------------
src/test/perl/PostgresNode.pm | 83 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 83 insertions(+)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Allow PostgresNode.pm's backup method to accept backup_options.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix corner case failure of new standby to follow new primary.