From a06ce21c7240e1bb2430af9a40fa193a6b7fc771 Mon Sep 17 00:00:00 2001 From: Tom Lane <tgl@sss.pgh.pa.us> 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/include/access/tuptoaster.h b/src/include/access/tuptoaster.h index ea870aff110..27da923cd82 100644 --- a/src/include/access/tuptoaster.h +++ b/src/include/access/tuptoaster.h @@ -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 -- GitLab