Re: size of function body

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

[...]
> > pl_funcs.c:15: unterminated character constant
> > pl_funcs.c:17: unterminated character constant
> It compiles fine here. You sure you got a clean download?

After I did a "make distclean", ran configure again and made the necessary
changes for supporting more than 16 function parameters, it compiled fine
for me, too. Maybe "make clean" just wasn't enough this time.

Installed and tested. Added the testing UPDATE statement again. It works.
Added the testing UPDATE statement 20 times more, just to get the code
larger. Even this way it works, now. Seems like patching pl_funcs.c fixed
that bug for me! So the 8190/2 byte limit for the bug occuring was more or
less accidently... *shrugs*

Maybe we can have a bug description included in the online error docs
somewhere, so others can use it for future reference?

Many thanks for your friendly help.

Kind regards
... Ralph ... happy child again

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-07-16 23:18:30 Re: table size growing out of control
Previous Message Tom Lane 2002-07-16 23:02:00 Re: size of function body