]> granicus.if.org Git - postgresql/commit
Fix one more place where we were expecting lcons() to be nondestructive
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 20 Nov 2004 17:59:31 +0000 (17:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 20 Nov 2004 17:59:31 +0000 (17:59 +0000)
commitd5013ab50f6513536f87b664a3d9202b92483103
tree1aa8e0e3da8fe484e13f02f1881c6d270fc0426a
parent0b5c72d9ba00c6dceafb6880ece4d2ea02d9a24a
Fix one more place where we were expecting lcons() to be nondestructive
to the original List; per report from Sebastian BÎck.  I think this is
the last such bug --- I examined every lcons() call in the backend and
the rest seem OK --- but it's nervous-making that we're still finding
'em so many months after the List rewrite went in.
src/backend/rewrite/rewriteHandler.c