Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit303f651

Browse files
committed
+ int SortTuplesInTree = 2560;
(default value for max number of tuples in leftist tree)
1 parent10971a6 commit303f651

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 @@ charFloatFormat[20] = "%f";
8080

8181
intfsyncOff=0;
8282
intSortMem=512;
83+
intSortTuplesInTree=2560;
8384

8485
char*IndexedCatalogNames[]= {
8586
AttributeRelationName,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp