Re: unite recovery.conf and postgresql.conf
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Josh Berkus <josh@agliodbs.com>, pgsql-hackers@postgresql.org
Date: 2011-09-23T15:46:00Z
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 →
-
Restructure error handling in reading of postgresql.conf.
- d56b3afc0376 9.2.0 cited
On tis, 2011-09-20 at 16:38 -0400, Robert Haas wrote: > For now, I think we're best off not changing the terminology, and > confining the remit of this patch to (a) turning all of the existing > recovery.conf parameters into GUCs and (b) replacing recovery.conf > with a sentinel file a sentinel file (name TBB) to indicate that the > server is to start in recovery mode. The naming isn't great but the > more we change at once the less chance of reaching agreement. It > seems like we have pretty broad agreement on the basics here, so let's > start with that. The only thing that's slightly bogus about that is that if you were doing an archive recovery, you'd have to edit the main postgresql.conf with one-shot parameters for that particular recovery (and then delete them again, or leave them in place, confusing the next guy). But perhaps that's worth the overall simplification.