]> 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:49 +0000 (18:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 1 Mar 2007 18:50:49 +0000 (18:50 +0000)
commit45c84659eea6fb54e791e28a1a816917abe0b3de
treef586e712474b498695778daad95590f57c682fe2
parent278ed7c6ce8852f77d90c4df76e7913eaba64d02
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