diff options
author | Tom Lane | 2007-11-05 14:11:17 +0000 |
---|---|---|
committer | Tom Lane | 2007-11-05 14:11:17 +0000 |
commit | bac3536c882f425ab8afb4b327d7438b9da98de8 (patch) | |
tree | 53f3041a3beb9e226f8feaa5321d6444e49ab6ee | |
parent | 5808ff3a9c8705a93edf0da5978552453876dd93 (diff) |
Add a note about another issue that needs to be considered before
changing the TOAST size thresholds.
-rw-r--r-- | src/include/access/tuptoaster.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/access/tuptoaster.h b/src/include/access/tuptoaster.h index bb3ca635de..46dc4b840a 100644 --- a/src/include/access/tuptoaster.h +++ b/src/include/access/tuptoaster.h @@ -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 |