Re: Transform for pl/perl

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Transform for pl/perl
Дата
Msg-id 20180614195407.5hvov5pao3bvxvvi@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Transform for pl/perl  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2018-Jun-08, Tom Lane wrote:

> I wrote:
> > I'm inclined to think that auto-dereference is indeed a good idea,
> > and am tempted to go make that change to make all this consistent.
> > Comments?
> 
> Here's a draft patch for that.  I ended up only changing
> plperl_sv_to_datum.  There is maybe a case for doing something
> similar in plperl_return_next_internal's fn_retistuple code path,
> so that you can return a reference-to-reference-to-hash there;
> but I was unable to muster much enthusiasm for touching that.

ilmari, did you have time to give Tom's patch a spin?

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Portability concerns over pq_sendbyte?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Possible bug in logical replication.