Re: [BUGS] FATAL 1: btree

2000-11-03 Thread Tom Lane
"Chau, Artemis" <[EMAIL PROTECTED]> 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 abou

[BUGS] FATAL 1: btree

2000-11-03 Thread Chau, Artemis
> I am using postgressql 6.5.2. (Please don't tell me to upgrade to 7.0 > because we can't yet). > I wrote a function, the error I got is > FATAL 1: btree: cannot split if start (2) >= maxoff (1). > > It took me a while to isolate a section of the code. I suspected the line > was too lone, so