]> granicus.if.org Git - postgresql/commit
Don't trash input list structure in does_not_exist_skipping().
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 8 Nov 2012 16:34:37 +0000 (11:34 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 8 Nov 2012 16:34:37 +0000 (11:34 -0500)
commit03787f63921e37c123ceff712ed405c5172e765d
treebce755a86ee8bbe8cca8aa8cba323c0491d88764
parent9eb80f2ca75a205949df7dc86019d99fe076eb87
Don't trash input list structure in does_not_exist_skipping().

The trigger and rule cases need to split up the input name list, but
they mustn't corrupt the passed-in data structure, since it could be part
of a cached utility-statement parsetree.  Per bug #7641.
src/backend/commands/dropcmds.c