pgsql/src backend/access/heap/heapam.c backend ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/access/heap/heapam.c backend ...
Date: 2002-07-02 05:48:45
Message-ID: 20020702054845.0EECF475C43@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/07/02 01:48:45

Modified files:
src/backend/access/heap: heapam.c
src/backend/access/nbtree: nbtinsert.c nbtsort.c
src/backend/storage/page: bufpage.c
src/include/access: nbtree.h
src/include/storage: bufpage.h

Log message:
There already was a macro PageGetItemId; this is now used in (almost)
all places, where pd_linp is accessed. Also introduce new macros
SizeOfPageHeaderData and BTMaxItemSize. This is just source code
cosmetic, no behaviour changed.

Manfred Koizar

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-07-02 05:49:19 pgsql/src/bin/psql stringutils.c
Previous Message Bruce Momjian - CVS 2002-07-02 05:47:37 pgsql/src backend/storage/buffer/bufmgr.c incl ...