pgsql: Fix obsolete references to postgres.h in comments.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix obsolete references to postgres.h in comments.
Date: 2025-09-19 14:19:24
Message-ID: E1uzbxM-001UtK-19@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix obsolete references to postgres.h in comments.

Oversights in commits d08741eab5 and d952373a98.

Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://postgr.es/m/aMxbfSJ2wLWd32x-%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/18cdf5932a279a2c035d44460e1e0cbb659471f2

Modified Files
--------------
src/include/access/htup_details.h | 2 +-
src/include/c.h | 2 +-
src/include/utils/expandeddatum.h | 2 +-
src/include/utils/memutils.h | 2 +-
src/include/utils/varbit.h | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-09-19 20:08:49 pgsql: Add list of major features to the v18 release notes.
Previous Message Peter Eisentraut 2025-09-19 12:44:27 pgsql: Add list of acknowledgments to release notes