Re: [PATCH] Add missing type conversion functions for PL/Python

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [PATCH] Add missing type conversion functions for PL/Python
Дата
Msg-id 20181002044254.GR11712@paquier.xyz
обсуждение исходный текст
Ответ на Re: [PATCH] Add missing type conversion functions for PL/Python  (Haozhou Wang <hawang@pivotal.io>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SerializeParamList vs machines with strict alignment
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [PATCH] get rid of StdRdOptions, use individual binaryreloptions representation for each relation kind instead