Sean Chittenden <sean(at)chittenden(dot)org> 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
In response to
pgsql-hackers by date
| Next: | From: Bruno Wolff III | Date: 2003-10-02 19:15:33 |
| Subject: Re: Thoughts on maintaining 7.3 |
| Previous: | From: Hannu Krosing | Date: 2003-10-02 19:09:12 |
| Subject: Re: Index/Function organized table layout |