Re: [HACKERS] Re Problem with new function

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [HACKERS] Re Problem with new function
Дата
Msg-id 37EA2F2C.162F600E@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re Problem with new function  (Grzegorz Przeździecki <grzegorz_przezdziecki@lupus.waw.pl>)
Список pgsql-hackers
> Diference is in line
> --SPRAWDZAMY FIRME
> What is means this error
> Sep 23 11:00:14 Databases logger: FATAL 1:  btree: cannot split
>   if start (2) >= maxoff (2)

I'm guessing that you have exceeded the requirement that a tuple
(index tuples only? but I don't know why this would be indexed) must
fit on half of a page. Try taking out more whitespace (in particular
the large spaced indents), and perhaps you can put the comment back
in.
                    - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] Re: [GENERAL] Update of bitmask type
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Progress report: buffer refcount bugs and SQL functions