From bac3536c882f425ab8afb4b327d7438b9da98de8 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 5 Nov 2007 14:11:17 +0000 Subject: [PATCH] Add a note about another issue that needs to be considered before changing the TOAST size thresholds. --- src/include/access/tuptoaster.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5