Cleanup: move the 'Value' node into a separate file, rather than putting
authorNeil Conway <neilc@samurai.com>
Wed, 7 Jan 2004 18:43:36 +0000 (18:43 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 7 Jan 2004 18:43:36 +0000 (18:43 +0000)
commitafca5d50dc296580925b560fff0eb75bb48f0cbe
tree4ed69580d3e35ce53b79ae9a6fd5115ebca11dd5
parent7f5e12a84cfa57e3ae56145297d2971441a42a4c
Cleanup: move the 'Value' node into a separate file, rather than putting
it in the same file as the 'List' node.
src/backend/nodes/Makefile
src/backend/nodes/list.c
src/backend/nodes/value.c [new file with mode: 0644]
src/include/nodes/nodes.h
src/include/nodes/pg_list.h
src/include/nodes/primnodes.h
src/include/nodes/value.h [new file with mode: 0644]