Re: [HACKERS] btree: failed to add item to

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] btree: failed to add item to
Дата
Msg-id 21591.947177026@sss.pgh.pa.us
обсуждение исходный текст
Ответ на btree: failed to add item to  ("Adam Walczykiewicz" <archiver@db.geocrawler.com>)
Список 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 по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] New Search Engine ... UdmSearch
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] Enhancing PGSQL to be compatible with Informix SQL