Re: [HACKERS] Re Problem with new function - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: [HACKERS] Re Problem with new function
Date
Msg-id 37EA2F2C.162F600E@alumni.caltech.edu
Whole thread Raw
In response to Re Problem with new function  (Grzegorz Przeździecki <grzegorz_przezdziecki@lupus.waw.pl>)
List 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 by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] Re: [GENERAL] Update of bitmask type
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Progress report: buffer refcount bugs and SQL functions