pgsql: Fix code comment - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix code comment
Date
Msg-id E1tzxV1-002I2D-0T@gemulon.postgresql.org
Whole thread Raw
List 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_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b19893b94bdea3b206cb544619d84cea6276f648

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


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: docs: Update phrase on message lengths in the protocol
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: docs: Add a new section and a table listing protocol versions