| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Chau, Artemis" <artemis(dot)chau(at)intel(dot)com> |
| Cc: | "'pgsql-bugs(at)postgresql(dot)org'" <pgsql-bugs(at)postgresql(dot)org> |
| Subject: | Re: FATAL 1: btree |
| Date: | 2000-11-03 16:19:55 |
| Message-ID: | 6800.973268395@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
"Chau, Artemis" <artemis(dot)chau(at)intel(dot)com> writes:
>> I wrote a function, the error I got is
>> FATAL 1: btree: cannot split if start (2) >= maxoff (1).
You are running into limits on the size of a function body. You can't
safely make the body longer than about 2700 bytes in 6.5.*. The limit
is about 8K in 7.0, and 7.1 will have effectively no limit.
>> I am using postgressql 6.5.2. (Please don't tell me to upgrade to 7.0
>> because we can't yet).
You really should upgrade ;-). In the meantime, your only alternative
is to write shorter functions. Try splitting the work into multiple
functions...
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-11-03 16:21:30 | Re: relation modified? (fwd) |
| Previous Message | Lennert Buytenhek | 2000-11-03 15:33:49 | relation modified? (fwd) |