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 22:31:13 |
Message-ID: | Pine.LNX.4.21.0207170026210.9511-100000@shauny.shauny.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 ...
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Treat | 2002-07-16 22:42:57 | Re: replicating database |
Previous Message | Tom Lane | 2002-07-16 22:24:20 | Re: size of function body |