summaryrefslogtreecommitdiff
path: root/src/include/c.h
diff options
context:
space:
mode:
authorNathan Bossart <nathan@postgresql.org>2025-09-19 09:19:03 -0500
committerNathan Bossart <nathan@postgresql.org>2025-09-19 09:19:03 -0500
commit18cdf5932a279a2c035d44460e1e0cbb659471f2 (patch)
tree4d452605cc522da8434f94bc594d08bfbd776f08 /src/include/c.h
parentac7c8e412cc5606ab43f641285400209a686bac8 (diff)
Fix obsolete references to postgres.h in comments.
Oversights in commits d08741eab5 and d952373a98. Reviewed-by: Chao Li <li.evan.chao@gmail.com> Discussion: https://postgr.es/m/aMxbfSJ2wLWd32x-%40nathan
Diffstat (limited to 'src/include/c.h')
-rw-r--r--src/include/c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/c.h b/src/include/c.h
index f303ba0605a..31d74e8f127 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -659,7 +659,7 @@ typedef uint32 CommandId;
* representation is no longer convenient. It's recommended that code always
* use macros VARDATA_ANY, VARSIZE_ANY, VARSIZE_ANY_EXHDR, VARDATA, VARSIZE,
* and SET_VARSIZE instead of relying on direct mentions of the struct fields.
- * See postgres.h for details of the TOASTed form.
+ * See varatt.h for details of the TOASTed form.
* ----------------
*/
struct varlena