Fix code comment
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 2 Apr 2025 12:34:24 +0000 (14:34 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 2 Apr 2025 12:42:25 +0000 (14:42 +0200)
commit548184dd16d5f817e5d48ffe049acc2fda2fc86a
tree5ac25262ff4117566dcd3ab1415b4c9d87e834df
parent9b34f10ee050a115d2e02c1bec6de1bf31933970
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.
src/include/nodes/pathnodes.h