projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10971a6
)
+ int SortTuplesInTree = 2560;
author
Vadim B. Mikheev
<vadim4o@yahoo.com>
Thu, 18 Sep 1997 05:23:58 +0000
(
05:23
+0000)
committer
Vadim B. Mikheev
<vadim4o@yahoo.com>
Thu, 18 Sep 1997 05:23:58 +0000
(
05:23
+0000)
(default value for max number of tuples in leftist tree)
src/backend/utils/init/globals.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/init/globals.c
b/src/backend/utils/init/globals.c
index 131e352ddfb1a1c0989cf07151a731af39d4bb6f..f1a521d041317d9ebf62a4077c75635bad46685b 100644
(file)
--- a/
src/backend/utils/init/globals.c
+++ b/
src/backend/utils/init/globals.c
@@
-7,7
+7,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.1
2 1997/09/08 02:31:56 momjian
Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.1
3 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,