pgsql: Fix code comment

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix code comment
Date: 2025-04-02 12:47:19
Message-ID: E1tzxV1-002I2F-0W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix code comment

The changes made in commit d2b4b4c2259 contained incorrect comments:
They said that certain forward declarations were necessary to "avoid
including pathnodes.h here", but the file is itself pathnodes.h! So
change the comment to just say it's a forward declaration in one case,
and in the other case we don't need the declaration at all because it
already appeared earlier in the file.

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/548184dd16d5f817e5d48ffe049acc2fda2fc86a

Modified Files
--------------
src/include/nodes/pathnodes.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2025-04-02 13:43:17 pgsql: libpq: Add min/max_protocol_version connection options
Previous Message Heikki Linnakangas 2025-04-02 12:42:13 pgsql: docs: Update phrase on message lengths in the protocol