Tom Lane wrote:
Zdenek Kotala <[EMAIL PROTECTED]> writes:
I found following expression in md.c:
  seekpos = (long) (BLCKSZ * (blocknum % ((BlockNumber) RELSEG_SIZE)));

There's no percentage in touching that code unless you intend to enable
the non-segmented behavior; which will probably need more fixes than
just this.

For non-segment code is following section:

 seekpos = (long) (BLCKSZ * (blocknum));

and FileSeek function also accept only 32bit offset.

                Zdenek

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to