Cleanup: move the 'Value' node into a separate file, rather than putting
Neil Conway <neilc@samurai.com>
Cleanup: move the 'Value' node into a separate file, rather than putting it in the same file as the 'List' node.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/nodes/list.c | modified | +2 −73 |
| src/backend/nodes/Makefile | modified | +2 −2 |
| src/backend/nodes/value.c | added | +75 −0 |
| src/include/nodes/nodes.h | modified | +7 −3 |
| src/include/nodes/pg_list.h | modified | +2 −49 |
| src/include/nodes/primnodes.h | modified | +2 −1 |
| src/include/nodes/value.h | added | +56 −0 |