mirror of
https://github.com/postgres/postgres.git
synced 2025-10-29 22:49:41 +03:00
Cleanup of min tuple size.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: internal.h,v 1.20 1999/05/25 16:14:18 momjian Exp $
|
||||
* $Id: internal.h,v 1.21 1999/07/07 09:27:28 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -27,7 +27,7 @@
|
||||
* System-dependent tuning constants
|
||||
*
|
||||
*/
|
||||
#define _CPU_PAGE_WEIGHT_ 0.033/* CPU-heap-to-page cost weighting factor */
|
||||
#define _CPU_PAGE_WEIGHT_ 0.033 /* CPU-heap-to-page cost weighting factor */
|
||||
#define _CPU_INDEX_PAGE_WEIGHT_ 0.017 /* CPU-index-to-page cost
|
||||
* weighting factor */
|
||||
#define _MAX_KEYS_ INDEX_MAX_KEYS /* maximum number of keys in an
|
||||
|
||||
Reference in New Issue
Block a user