1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

+ int SortTuplesInTree = 2560;

(default value for max number of tuples in leftist tree)
This commit is contained in:
Vadim B. Mikheev
1997-09-18 05:23:58 +00:00
parent 10971a6f81
commit 303f6514bd

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.12 1997/09/08 02:31:56 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.13 1997/09/18 05:23:58 vadim Exp $
*
* NOTES
* Globals used all over the place should be declared here and not
@@ -80,6 +80,7 @@ char FloatFormat[20] = "%f";
int fsyncOff = 0;
int SortMem = 512;
int SortTuplesInTree = 2560;
char *IndexedCatalogNames[] = {
AttributeRelationName,