Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10971a6 commit 303f651Copy full SHA for 303f651
src/backend/utils/init/globals.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
* NOTES
13
* Globals used all over the place should be declared here and not
@@ -80,6 +80,7 @@ char FloatFormat[20] = "%f";
80
81
int fsyncOff = 0;
82
int SortMem = 512;
83
+int SortTuplesInTree = 2560;
84
85
char *IndexedCatalogNames[] = {
86
AttributeRelationName,
0 commit comments