Re: Rewriting PL/Python's typeio code

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Anthony Bykov <a.bykov@postgrespro.ru>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2017-11-16T21:25:03Z
Lists: pgsql-hackers
I wrote:
> Anthony Bykov <a.bykov@postgrespro.ru> writes:
>> 1. In file plpy_exec.c there is a typo on line 347:
>> "... We use the result and resultin[should be here "g"?] variables...

> No, "resultin" is the name of the variable.  Maybe that wasn't a good
> choice of name, though --- do you have a better idea?

After some thought I went with "result_in", which hopefully looks less
like a typo.  Thanks again for reviewing.

			regards, tom lane


Commits

  1. Make PL/Python handle domain-type conversions correctly.

  2. Support arrays over domains.