mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
No more SortTuplesInTree...
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.13 1997/09/18 05:23:58 vadim Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.14 1997/09/18 14:33:46 vadim Exp $
|
||||
*
|
||||
* NOTES
|
||||
* Globals used all over the place should be declared here and not
|
||||
@@ -80,7 +80,6 @@ char FloatFormat[20] = "%f";
|
||||
|
||||
int fsyncOff = 0;
|
||||
int SortMem = 512;
|
||||
int SortTuplesInTree = 2560;
|
||||
|
||||
char *IndexedCatalogNames[] = {
|
||||
AttributeRelationName,
|
||||
|
||||
Reference in New Issue
Block a user