Rename some node support functions for consistency

Peter Eisentraut <peter@eisentraut.org>

Commit: 31360381f0a5ff5193c3631e6076442352906f59
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2021-07-21T08:24:06Z
Releases: 15.0
Rename some node support functions for consistency

Some node function names didn't match their node type names exactly.
Fix those for consistency.

Discussion: https://www.postgresql.org/message-id/flat/c1097590-a6a4-486a-64b1-e1f9cc0533ce@enterprisedb.com

Files

PathChange+/−
src/backend/nodes/copyfuncs.c modified +8 −8
src/backend/nodes/equalfuncs.c modified +8 −8
src/backend/nodes/outfuncs.c modified +4 −4

Discussion