Make node output prefix match node structure name
Peter Eisentraut <peter@eisentraut.org>
Make node output prefix match node structure name In most cases, the prefix string in a node output is the upper case of the node structure name, e.g., MergeAppend -> MERGEAPPEND. There were a few exceptions that for either no apparent reason or perhaps minor aesthetic reasons deviated from this. In order to simplify this and perhaps allow automatic generation without having to deal with exception cases, make them all match. Discussion: https://www.postgresql.org/message-id/c091e5cd-45f8-69ee-6a9b-de86912cc7e7@enterprisedb.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/nodes/outfuncs.c | modified | +11 −11 |
| src/backend/nodes/readfuncs.c | modified | +11 −11 |
Discussion
- automatically generating node support functions 89 messages · 2021-06-07 → 2022-08-09