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 f00e542 commit a06ce21Copy full SHA for a06ce21
src/include/access/tuptoaster.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 2000-2007, PostgreSQL Global Development Group
8
9
- * $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.35 2007/04/06 04:21:43 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.36 2007/11/05 14:11:17 tgl Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -40,7 +40,8 @@
40
41
* XXX while these can be modified without initdb, some thought needs to be
42
* given to needs_toast_table() in toasting.c before unleashing random
43
- * changes.
+ * changes. Also see LOBLKSIZE in large_object.h, which can *not* be
44
+ * changed without initdb.
45
46
#define TOAST_TUPLES_PER_PAGE 4
47
0 commit comments