]> granicus.if.org Git - postgresql/commit
Add more infinite recursion detection while locking a view.
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 17 Apr 2018 07:59:17 +0000 (16:59 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 17 Apr 2018 07:59:17 +0000 (16:59 +0900)
commit03030512d1e4df78dc2543d3fe3b6d13e5cb63f6
tree0becd78b06184c6a1b28e33a46d6ceb0ad700965
parent47c91b55991883322fdbc4495ce7fe6b2166e8fe
Add more infinite recursion detection while locking a view.

Also add regression test cases for detecting infinite recursion in
locking view tests.  Some document enhancements. Patch by Yugo Nagata.
doc/src/sgml/ref/lock.sgml
src/backend/commands/lockcmds.c
src/test/regress/expected/lock.out
src/test/regress/sql/lock.sql