Re: [HACKERS] regular expressions from hell

Поиск
Список
Период
Сортировка
От Brett McCormick
Тема Re: [HACKERS] regular expressions from hell
Дата
Msg-id 13681.62580.639333.668151@web0.speakeasy.org
обсуждение исходный текст
Ответ на Re: [HACKERS] regular expressions from hell  (dg@illustra.com (David Gould))
Ответы Re: [HACKERS] regular expressions from hell  (Brett McCormick <brett@work.chicken.org>)
Список pgsql-hackers
Unfortunately, there's no other way.  This is mentioned in the
perlcall manpage, I beleive.  One method which is ok in my book is to
load the shared perl lib once, in one backend, and then it can be
shared between all other backends when they need perl regex's.

There is no mechanism for auto-loading the type/func shared libraries
on postmaster startup correct?  It happens per backend sessions?  So
to do the above you'd have to have one "Dummy" connection which just
did a simple regex and then while(1) { sleep(10^32) };

On Sun, 31 May 1998, at 16:46:30, David Gould wrote:

> Hmmm, I really like the perl regex's, especially the extended syntax, but
> I don't want to load a whole perl lib to get this.
>
> -dg
>
> David Gould            dg@illustra.com           510.628.3783 or 510.305.9468
> Informix Software  (No, really)         300 Lakeside Drive  Oakland, CA 94612
> "Of course, someone who knows more about this will correct me if I'm wrong,
>  and someone who knows less will correct me if I'm right."
>                --David Palmer (palmer@tybalt.caltech.edu)
>

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

Предыдущее
От: dg@illustra.com (David Gould)
Дата:
Сообщение: Re: [HACKERS] Re: [DOCS] Re: FE/BE protocol revision patch
Следующее
От: Vince Vielhaber
Дата:
Сообщение: Re: [HACKERS] custom types and optimization