Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: pgsql: Accept 'on' and 'off' as input for boolean data type, unifying - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Accept 'on' and 'off' as input for boolean data type, unifying
Date
Msg-id [email protected]
Whole thread Raw
In response to pgsql: Accept 'on' and 'off' as input for boolean data type, unifying  ([email protected] (Peter Eisentraut))
List pgsql-committers
[email protected] (Peter Eisentraut) writes:
> Accept 'on' and 'off' as input for boolean data type, unifying the syntax
> that the data type and GUC accepts.

ISTM the failure case in parse_bool_with_len will dump core if "result"
is passed as NULL.

            regards, tom lane

pgsql-committers by date:

Previous
From: [email protected] (Peter Eisentraut)
Date:
Subject: pgsql: Tweak the regression test case so that the ordering of numbers
Next
From: [email protected] (Peter Eisentraut)
Date:
Subject: pgsql: In parse_bool_with_len, avoid crash when no result pointer is