pgsql: Use fast checkpoint in PostgresNode::backup()

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use fast checkpoint in PostgresNode::backup()
Date: 2020-10-21 17:38:16
Message-ID: E1kVI40-0002i5-A4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use fast checkpoint in PostgresNode::backup()

Should cause tests to be a bit faster

Branch
------
REL_13_STABLE

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

Modified Files
--------------
src/test/perl/PostgresNode.pm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-10-21 20:19:38 pgsql: Fix connection string handling in psql's \connect command.
Previous Message Tom Lane 2020-10-21 16:09:09 pgsql: Remove the option to build thread_test.c outside configure.