Re: [PATCH] Add missing type conversion functions for PL/Python - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [PATCH] Add missing type conversion functions for PL/Python
Date
Msg-id 20181002044254.GR11712@paquier.xyz
Whole thread Raw
In response to Re: [PATCH] Add missing type conversion functions for PL/Python  (Haozhou Wang <hawang@pivotal.io>)
List pgsql-hackers
On Mon, Jul 16, 2018 at 03:35:57PM +0800, Haozhou Wang wrote:
> +1, I also think that we may not change the previous behavior of plpython.
> @Nikita Glukhov <n.gluhov@postgrespro.ru> maybe we just check the
> whether pyobject is int or long only in related conversion functions, and
> fallback otherwise?

This patch was around for some time, and the changes in behavior are not
really nice, so this is marked as returned with feedback.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: SerializeParamList vs machines with strict alignment
Next
From: Michael Paquier
Date:
Subject: Re: [PATCH] get rid of StdRdOptions, use individual binaryreloptions representation for each relation kind instead