pgsql: This is the patch replace offnum++ by OffsetNumberNext, to be - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: This is the patch replace offnum++ by OffsetNumberNext, to be
Date
Msg-id 20080513154408.951D17559E9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: gleu@pgfoundry.org (User Gleu)
Date:
Subject: pgsnap - pgsnap: Bugfix : fix -o option (per a patch from Pierre
Next
From: okbob@pgfoundry.org (User Okbob)
Date:
Subject: orafce - orafce: some plunit assert function