]> granicus.if.org Git - postgresql/commitdiff
Add a note about another issue that needs to be considered before
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Nov 2007 14:11:17 +0000 (14:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Nov 2007 14:11:17 +0000 (14:11 +0000)
changing the TOAST size thresholds.

src/include/access/tuptoaster.h

index ea870aff1103479d105647c3fc3f67b603f3c3af..27da923cd828e64fadae79ef951e5a62745e591c 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2000-2007, PostgreSQL Global Development Group
  *
- * $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 $
  *
  *-------------------------------------------------------------------------
  */
@@ -40,7 +40,8 @@
  *
  * XXX while these can be modified without initdb, some thought needs to be
  * given to needs_toast_table() in toasting.c before unleashing random
- * changes.
+ * changes.  Also see LOBLKSIZE in large_object.h, which can *not* be
+ * changed without initdb.
  */
 #define TOAST_TUPLES_PER_PAGE  4