diff options
author | Nathan Bossart <nathan@postgresql.org> | 2025-09-19 09:19:03 -0500 |
---|---|---|
committer | Nathan Bossart <nathan@postgresql.org> | 2025-09-19 09:19:03 -0500 |
commit | 18cdf5932a279a2c035d44460e1e0cbb659471f2 (patch) | |
tree | 4d452605cc522da8434f94bc594d08bfbd776f08 /src/include/c.h | |
parent | ac7c8e412cc5606ab43f641285400209a686bac8 (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.h | 2 |
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 |