Обсуждение: pgsql: Back-port a few PostgresNode.pm methods.

Поиск
Список
Период
Сортировка

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

От
Robert Haas
Дата:
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(+)