Re: [HACKERS] btree: failed to add item to - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] btree: failed to add item to
Date
Msg-id 21591.947177026@sss.pgh.pa.us
Whole thread Raw
In response to btree: failed to add item to  ("Adam Walczykiewicz" <archiver@db.geocrawler.com>)
List pgsql-hackers
Adam, I think you are running into the same problem with overly large
procedure definitions that's been discussed here recently.  In 6.5.*
it's not safe to create a procedure def that's more than 2700 bytes.
Workaround: split your code into smaller functions.

7.0 will be better...
        regards, tom lane


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] New Search Engine ... UdmSearch
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] Enhancing PGSQL to be compatible with Informix SQL