Re: Allow on/off as input texts for boolean. - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Allow on/off as input texts for boolean.
Date
Msg-id 49B52919.2040108@gmx.net
Whole thread Raw
In response to Re: Allow on/off as input texts for boolean.  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
List pgsql-hackers
ITAGAKI Takahiro wrote:
> Peter Eisentraut <peter_e@gmx.net> wrote:
> 
>> ITAGAKI Takahiro wrote:
>>> Here is a patch to allow 'on' and 'off' as input texts for boolean.
>> Regarding your FIXME comment, I think parse_bool* should be in bool.c 
>> and declared in builtins.h, which guc.c already includes. 
>> (Conceptually, the valid format of a bool should be drived by the 
>> boolean type, not the GUC system, I think.)
> 
> Here is an updated patch to move parse_bool* into bool.c.
> I also added tests of on/off values to the regression test.

applied


pgsql-hackers by date:

Previous
From: Emanuel Calvo Franco
Date:
Subject: Re: problem inserting in GIN index
Next
From: KaiGai Kohei
Date:
Subject: Re: Updates of SE-PostgreSQL 8.4devel patches (r1704)