Re: patch adding new regexp functions

Поиск
Список
Период
Сортировка
От Jeremy Drake
Тема Re: patch adding new regexp functions
Дата
Msg-id Pine.BSO.4.64.0703212215250.19070@resin.csoft.net
обсуждение исходный текст
Ответ на Re: patch adding new regexp functions  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: patch adding new regexp functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Wed, 21 Mar 2007, Gregory Stark wrote:

> The only thing I would say is that this should maybe be a TextGetDatum() just
> for code hygiene. It should be exactly equivalent though:

I could not find such a thing using ctags, nor TextPGetDatum().  I looked
at PG_RETURN_TEXT_P and it just uses PG_RETURN_POINTER, which in turn uses
PointerGetDatum.  If there is such a thing, it is well camoflaged...

--
If you think the problem is bad now, just wait until we've solved it.
        -- Arthur Kasspe

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: patch adding new regexp functions
Следующее
От: Jeremy Drake
Дата:
Сообщение: Re: patch adding new regexp functions