Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 303f651

Browse files
committed
+ int SortTuplesInTree = 2560;
(default value for max number of tuples in leftist tree)
1 parent 10971a6 commit 303f651

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/utils/init/globals.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.12 1997/09/08 02:31:56 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.13 1997/09/18 05:23:58 vadim Exp $
1111
*
1212
* NOTES
1313
* Globals used all over the place should be declared here and not
@@ -80,6 +80,7 @@ char FloatFormat[20] = "%f";
8080

8181
int fsyncOff = 0;
8282
int SortMem = 512;
83+
int SortTuplesInTree = 2560;
8384

8485
char *IndexedCatalogNames[] = {
8586
AttributeRelationName,

0 commit comments

Comments
 (0)