transformForUpdate() mustn't assume rowMarks list is initially empty.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Dec 2000 01:12:08 +0000 (01:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Dec 2000 01:12:08 +0000 (01:12 +0000)
commit0a844e84a12192f25ba1f2d2078a5cca9f2a514e
tree16173cead6f5989c2f68c3c4dbdddaaf93f81d56
parent73d2a3595a3d14e64cb4dbcc09e90308a486e79f
transformForUpdate() mustn't assume rowMarks list is initially empty.
It could be recursing into a sub-query where there was already a FOR
UPDATE clause.
src/backend/parser/analyze.c