Sean Chittenden <[EMAIL PROTECTED]> writes:
> 2) While testing the above, I noted that 65K blocks fail and 32K is as
> big as PostgreSQL can handle, for one reason or another.

15-bit offsets in page item ids.

> but, it seems as though the test at the bottom of
> RelationGetBufferForTuple():
> should be changed to:
>         if (len > MaxTupleSize)

No, it shouldn't.  That test would simply be redundant.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to