Thread: pgsql: This is the patch replace offnum++ by OffsetNumberNext, to be

pgsql: This is the patch replace offnum++ by OffsetNumberNext, to be

From
momjian@postgresql.org (Bruce Momjian)
Date:
Log Message:
-----------
This is the patch replace offnum++ by OffsetNumberNext, to be
consistent.  OffsetNumberNext() has some casting that makes it useful.

Fujii Masao

Modified Files:
--------------
    pgsql/src/backend/access/heap:
        pruneheap.c (r1.11 -> r1.12)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/pruneheap.c?r1=1.11&r2=1.12)
    pgsql/src/backend/executor:
        nodeBitmapHeapscan.c (r1.27 -> r1.28)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeBitmapHeapscan.c?r1=1.27&r2=1.28)
    pgsql/src/backend/storage/page:
        bufpage.c (r1.78 -> r1.79)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/page/bufpage.c?r1=1.78&r2=1.79)