]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Create a standardized expression_tree_mutator support routine
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Aug 1999 00:51:26 +0000 (00:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Aug 1999 00:51:26 +0000 (00:51 +0000)
commit6bc601b6482f3d71701a40a6b19cbb2e380f297c
treeb6c0575dc68e88d195167f0eca771c58c1cd0d8e
parentf0b651ac6b5551cced05d5653807c821fbdda3cd
Create a standardized expression_tree_mutator support routine
to go along with expression_tree_walker.  (_walker is not suitable for
routines that need to alter the tree structure significantly.)  Other minor
cleanups in clauses.c.
src/backend/optimizer/prep/preptlist.c
src/backend/optimizer/util/clauses.c
src/include/optimizer/clauses.h