Fix code comment

Peter Eisentraut <peter@eisentraut.org>

Commit: b19893b94bdea3b206cb544619d84cea6276f648
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2025-04-02T12:42:12Z
Releases: 17.5
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.

Files

PathChange+/−
src/include/nodes/pathnodes.h modified +1 −2