Re: size of function body

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ralph Graulich <maillist(at)shauny(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: size of function body
Date: 2002-07-16 22:24:20
Message-ID: 9095.1026858260@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ralph Graulich <maillist(at)shauny(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ralph Graulich 2002-07-16 22:31:13 Re: size of function body
Previous Message Ralph Graulich 2002-07-16 22:12:13 Re: size of function body