]> 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:42 +0000 (18:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 1 Mar 2007 18:50:42 +0000 (18:50 +0000)
commit3b14809f9281bf258c281f6ebcc8b6b7b408a467
tree31066cb4b6797a331231437b5cd25b23e6a94d5c
parente9a97570fadeb79d5a21086399bdf5b48d924b17
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