Re: size of function body

Поиск
Список
Период
Сортировка
От Ralph Graulich
Тема Re: size of function body
Дата
Msg-id Pine.LNX.4.21.0207170026210.9511-100000@shauny.shauny.de
обсуждение исходный текст
Ответ на Re: size of function body  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi Tom,


> The particular case that the bug was reported for was a long string
> literal, eg 'lots of text here'.

Thanks for explaining this case to me. Indeed I am using long string
literals, now that I know what this means *g*.

I am deriving a describing text out of several variables, constant text
string and a some queries for putting together some kind of "data and
facts sheet" stored in a TEXT field. Some text can be quite really
large, as it is derived by recursion. Thus I think I am hit by that
particular bug.

After getting the current source patch, I'll recompile, test it and let
you know wether that fixed my problem. Thanks for your assistance!


Kind regards
... Ralph ...



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: size of function body
Следующее
От: Robert Treat
Дата:
Сообщение: Re: replicating database