Re: plperl features

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plperl features
Дата
Msg-id 17559.1118374825@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: plperl features  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: plperl features  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Also, I don't think the arg_is_p variable is really the proper fix for
> this, but I am unsure what to recomment.  Others?

The thing I didn't like about that was that it assumes there is only
one pseudotype behavior that is or ever will be interesting for plperl.

I think it'd probably make more sense to store an array of the parameter
type OIDs and then check for ANYELEMENT or ANYARRAY as such in the
places where the patch uses arg_is_p.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] PGPASSWORD and client tools
Следующее
От: Tom Lane
Дата:
Сообщение: Re: final light versions of Oracle compatibility (SQLSTATE, GREATEST,