]> git.ipfire.org Git - thirdparty/postgresql.git/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:56 +0000 (18:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 1 Mar 2007 18:50:56 +0000 (18:50 +0000)
commit88d482cf86d8cc1cf5be48d45dad304dd309ffe9
tree3310db6683db7fff442cae97230aa2254c625d46
parentb128f53343de93d2f2cfeb8f585edfa68825e9c8
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