Commit 303f6514 authored by Vadim B. Mikheev's avatar Vadim B. Mikheev

+ int SortTuplesInTree = 2560;

	(default value for max number of tuples in leftist tree)
parent 10971a6f
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * 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 * NOTES
* Globals used all over the place should be declared here and not * Globals used all over the place should be declared here and not
...@@ -80,6 +80,7 @@ char FloatFormat[20] = "%f"; ...@@ -80,6 +80,7 @@ char FloatFormat[20] = "%f";
int fsyncOff = 0; int fsyncOff = 0;
int SortMem = 512; int SortMem = 512;
int SortTuplesInTree = 2560;
char *IndexedCatalogNames[] = { char *IndexedCatalogNames[] = {
AttributeRelationName, AttributeRelationName,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment