Re: pgsql: Integrate recovery.conf into postgresql.conf
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: Postgres hackers <pgsql-hackers@postgresql.org>
Date: 2018-11-26T00:28:49Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Integrate recovery.conf into postgresql.conf
- 2dedf4d9a899 12.0 cited
On Sun, Nov 25, 2018 at 03:49:23PM +0000, Peter Eisentraut wrote: > Integrate recovery.conf into postgresql.conf > > recovery.conf settings are now set in postgresql.conf (or other GUC > sources). Currently, all the affected settings are PGC_POSTMASTER; > this could be refined in the future case by case. The buildfarm is unhappy after this one: https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=culicidae&br=HEAD If I use -DEXEC_BACKEND when compiling the tests complain about a timeout in 003_recovery_targets. Here is what the buildfarm reports, I can see the failure by myself as well: # Postmaster PID for node "standby_6" is 26668 # poll_query_until timed out executing this query: # SELECT '0/3022690'::pg_lsn <= pg_last_wal_replay_lsn() # expecting this output: # t # last actual query output: # f # with stderr: Timed out while waiting for standby to catch up at t/003_recovery_targets.pl line 34. Peter, could you look at that? -- Michael