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

Commit a06ce21

Browse files
committed
Add a note about another issue that needs to be considered before
changing the TOAST size thresholds.
1 parent f00e542 commit a06ce21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/include/access/tuptoaster.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 2000-2007, PostgreSQL Global Development Group
88
*
9-
* $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.35 2007/04/06 04:21:43 tgl Exp $
9+
* $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.36 2007/11/05 14:11:17 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -40,7 +40,8 @@
4040
*
4141
* XXX while these can be modified without initdb, some thought needs to be
4242
* given to needs_toast_table() in toasting.c before unleashing random
43-
* changes.
43+
* changes. Also see LOBLKSIZE in large_object.h, which can *not* be
44+
* changed without initdb.
4445
*/
4546
#define TOAST_TUPLES_PER_PAGE 4
4647

0 commit comments

Comments
 (0)