Re: initdb recommendations - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: initdb recommendations
Date
Msg-id 4bfcca1d-220c-850d-a3e2-5f44261331c2@2ndquadrant.com
Whole thread Raw
In response to Re: initdb recommendations  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Responses Re: initdb recommendations  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
List pgsql-hackers
On 2019-07-22 21:16, Andrew Dunstan wrote:
> Modulo this issue, experimentation shows that adding '-A trust' to the
> line in run_build.pl where initdb is called fixes the issue. If we're
> going to rely on a buildfarm client fix that one seems simplest.

Yes, that is the right fix.  It's what the in-tree test drivers
(pg_regress, PostgresNode.pm) do.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Speed up transaction completion faster after many relations areaccessed in a transaction
Next
From: Noah Misch
Date:
Subject: Re: Race conditions with TAP test for syncrep