Re: booleans in recovery.conf - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: booleans in recovery.conf
Date
Msg-id 1269889686.3684.4170.camel@ebony
Whole thread Raw
In response to booleans in recovery.conf  (Bruce Momjian <bruce@momjian.us>)
Responses Re: booleans in recovery.conf
List pgsql-hackers
On Tue, 2010-03-23 at 19:43 -0400, Bruce Momjian wrote:
> Is there a reason that recovery.conf uses true/false, while
> postgresql.conf uses on/off?
> 
>     #recovery_target_inclusive = 'true'             # 'true' or 'false'
> 
> or are these settings more boolean for some reason?

The code accepts any of  on|off|true|false and uses the same code as the
postgresql.conf for parsing that.

I've changed the standby_mode to on|off as per the docs. I left the
above parameter because true|false reads better.

-- Simon Riggs           www.2ndQuadrant.com



pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Alpha release this week?
Next
From: Alex Hunsaker
Date:
Subject: Re: enable_joinremoval