Re: size of function body

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: size of function body
Дата
Msg-id 9095.1026858260@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: size of function body  (Ralph Graulich <maillist@shauny.de>)
Ответы Re: size of function body  (Ralph Graulich <maillist@shauny.de>)
Re: size of function body  (Ralph Graulich <maillist@shauny.de>)
Список pgsql-general
Ralph Graulich <maillist@shauny.de> writes:
>> Hmm.  Are there any long literal strings in your function text?

> What exactly do you mean by "long literal string"? Does it mean the length
> of a variable name or the length of the content of a variable?

The particular case that the bug was reported for was a long string
literal, eg 'lots of text here'.  I'm not sure what else the dstring
functions are used for, however.  There might be many other cases that
could trigger that bug.

            regards, tom lane

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

Предыдущее
От: Ralph Graulich
Дата:
Сообщение: Re: size of function body
Следующее
От: Ralph Graulich
Дата:
Сообщение: Re: size of function body