From 18cdf5932a279a2c035d44460e1e0cbb659471f2 Mon Sep 17 00:00:00 2001 From: Nathan Bossart Date: Fri, 19 Sep 2025 09:19:03 -0500 Subject: Fix obsolete references to postgres.h in comments. Oversights in commits d08741eab5 and d952373a98. Reviewed-by: Chao Li Discussion: https://postgr.es/m/aMxbfSJ2wLWd32x-%40nathan --- src/include/access/htup_details.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/access') 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) -- cgit v1.2.3