]> granicus.if.org Git - postgresql/commit
Remove Ident nodetype in favor of using String nodes; this fixes some
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 Aug 2002 15:08:47 +0000 (15:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 Aug 2002 15:08:47 +0000 (15:08 +0000)
commit6ebc90b0455ffe9dc0bcaf85185b2746008003f6
treeac89e57df60a93047eb69e28074556c0c9acdb6f
parent10b374aecfb50365eeb93e3434a77729d7a89541
Remove Ident nodetype in favor of using String nodes; this fixes some
latent wrong-struct-type bugs and makes the coding style more uniform,
since the majority of places working with lists of column names were
already using Strings not Idents.  While at it, remove vestigial
support for Stream node type, and otherwise-unreferenced nodes.h entries
for T_TupleCount and T_BaseNode.
NB: full recompile is recommended due to changes of Node type numbers.
This shouldn't force an initdb though.
src/backend/commands/copy.c
src/backend/commands/tablecmds.c
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/nodes/outfuncs.c
src/backend/parser/analyze.c
src/backend/parser/gram.y
src/backend/parser/parse_target.c
src/include/nodes/nodes.h
src/include/nodes/parsenodes.h
src/include/nodes/relation.h