summaryrefslogtreecommitdiff
path: root/src/include/access
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access')
-rw-r--r--src/include/access/htup_details.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/htup_details.h b/src/include/access/htup_details.h
index ae813a79041..fa4525e3f58 100644
--- a/src/include/access/htup_details.h
+++ b/src/include/access/htup_details.h
@@ -634,7 +634,7 @@ BITMAPLEN(int NATTS)
* MaxAttrSize is a somewhat arbitrary upper limit on the declared size of
* data fields of char(n) and similar types. It need not have anything
* directly to do with the *actual* upper limit of varlena values, which
- * is currently 1Gb (see TOAST structures in postgres.h). I've set it
+ * is currently 1Gb (see TOAST structures in varatt.h). I've set it
* at 10Mb which seems like a reasonable number --- tgl 8/6/00.
*/
#define MaxAttrSize (10 * 1024 * 1024)