Re: plperl features

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: plperl features
Дата
Msg-id 200506250231.j5P2VfW05214@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: plperl features  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: plperl features  (Andrew Dunstan <andrew@dunslane.net>)
Re: plperl features  (Sergej Sergeev <sergej@commandprompt.com>)
Список pgsql-patches
Sergej, are you going to repost this patch?

---------------------------------------------------------------------------

Tom Lane wrote:
> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Add PG version number to NLS files
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Implementing SELECT FOR UPDATE [NOWAIT]