OSDN Git Service

Fix another place that assumed 'x = lcons(y, z)' would not have any
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 29 May 2004 05:55:13 +0000 (05:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 29 May 2004 05:55:13 +0000 (05:55 +0000)
commit41accb0e1a152135397fcaa984fcb5e34af5a06d
treedd5eeef1c8a6c81e0095172b1a7c3860bf9b4198
parentf54b95655e1b920820e10377fc955b957439198a
Fix another place that assumed 'x = lcons(y, z)' would not have any
side-effect on the original list z.  I fear we have a few more of these
to track down yet :-(.
src/backend/rewrite/rewriteHandler.c