Re: bool_plperl transform - Mailing list pgsql-hackers

From Tom Lane
Subject Re: bool_plperl transform
Date
Msg-id 6153.1583014548@sss.pgh.pa.us
Whole thread Raw
In response to bool_plperl transform  (Ivan Panchenko <wao@mail.ru>)
Responses Re[2]: bool_plperl transform  (Ivan Panchenko <wao@mail.ru>)
List pgsql-hackers
=?UTF-8?B?SXZhbiBQYW5jaGVua28=?= <wao@mail.ru> writes:
> While using PL/Perl I have found that it obtains boolean arguments from Postgres as ‘t’ and ‘f’, which is extremely
inconvenientbecause ‘f’ is not false from the perl viewpoint. 
> ...
> *  make a transform which transforms bool, like it is done with jsonb. This does not break compatibility and is
ratherstraightforward. 

Please register this patch in the commitfest app, so we don't lose track
of it.

https://commitfest.postgresql.org/27/

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Allowing ALTER TYPE to change storage strategy
Next
From: Kohei KaiGai
Date:
Subject: Re: TRUNCATE on foreign tables