Re: PostgresNode::backup uses spread checkpoint? - Mailing list pgsql-hackers

From David Steele
Subject Re: PostgresNode::backup uses spread checkpoint?
Date
Msg-id 54925708-3642-4318-31db-11fbbd0f9282@pgmasters.net
Whole thread Raw
In response to PostgresNode::backup uses spread checkpoint?  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: PostgresNode::backup uses spread checkpoint?  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On 10/20/20 11:01 AM, Alvaro Herrera wrote:
> I noticed a few days ago that method backup() in PostgresNode uses
> pg_basebackup without specifying a checkpoint mode -- and the default is
> a spread checkpoint, which may cause any tests that use that to take
> slightly longer than the bare minimum.
> 
> I propose to make it use a fast checkpoint, as per the attached.

+1.

-- 
-David
david@pgmasters.net



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Hash support for row types
Next
From: Tom Lane
Date:
Subject: Re: Non-configure build of thread_test has been broken for awhile