Re: [HACKERS] Re Problem with new function

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: "Grzegorz Prze<dziecki" <grzegorz_przezdziecki(at)lupus(dot)waw(dot)pl>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re Problem with new function
Date: 1999-09-23 13:46:20
Message-ID: 37EA2F2C.162F600E@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-09-23 13:46:48 Re: [HACKERS] All things equal, we are still alot slower then MySQL?
Previous Message Jan Wieck 1999-09-23 13:37:59 Re: [HACKERS] Another RI question