1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Remove _PAGE_SIZE_ as recommended by Darren King.

This commit is contained in:
Bruce Momjian
1997-03-02 01:34:50 +00:00
parent 34fd62c512
commit 162c2a6e4c
2 changed files with 4 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: internal.h,v 1.2 1996/11/06 10:30:18 scrappy Exp $
* $Id: internal.h,v 1.3 1997/03/02 01:34:50 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -28,7 +28,6 @@
*
*/
#define _CPU_PAGE_WEIGHT_ 0.065 /* CPU-to-page cost weighting factor */
#define _PAGE_SIZE_ 8192 /* BLCKSZ (from ../h/bufmgr.h) */
#define _MAX_KEYS_ INDEX_MAX_KEYS /* maximum number of keys in an index */
#define _TID_SIZE_ 6 /* sizeof(itemid) (from ../h/itemid.h) */