From: | Robert Haas <rhaas(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Back-port a few PostgresNode.pm methods. |
Date: | 2021-06-09 20:16:30 |
Message-ID: | E1lr4co-0006A9-2M@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2021-06-09 20:43:56 | pgsql: Fix corner case failure of new standby to follow new primary. |
Previous Message | Robert Haas | 2021-06-09 16:33:53 | pgsql: Allow PostgresNode.pm's backup method to accept backup_options. |