]> granicus.if.org Git - postgresql/commit
Fix markQueryForLocking() to work correctly in the presence of nested views.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 1 Mar 2007 18:50:28 +0000 (18:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 1 Mar 2007 18:50:28 +0000 (18:50 +0000)
commitcba2d2717a30d4c5e4704e40cc687548a433b276
treec11fdb9984c4b5ebd7953a0b96faa4b087c63b62
parent7b76bfbe186f59fb4d7d7b87fd9196723a10d550
Fix markQueryForLocking() to work correctly in the presence of nested views.
It has been wrong for this case since it was first written for 7.1 :-(
Per report from Pavel HanĂ¡k.
src/backend/rewrite/rewriteHandler.c