Re: size of function body - Mailing list pgsql-general

From Tom Lane
Subject Re: size of function body
Date
Msg-id 9095.1026858260@sss.pgh.pa.us
Whole thread Raw
In response to Re: size of function body  (Ralph Graulich <maillist@shauny.de>)
Responses Re: size of function body
Re: size of function body
List 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 by date:

Previous
From: Ralph Graulich
Date:
Subject: Re: size of function body
Next
From: Ralph Graulich
Date:
Subject: Re: size of function body