Add more infinite recursion detection while locking a view.
Tatsuo Ishii <ishii@postgresql.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/lock.sgml | modified | +9 −2 |
| src/backend/commands/lockcmds.c | modified | +29 −25 |
| src/test/regress/expected/lock.out | modified | +14 −2 |
| src/test/regress/sql/lock.sql | modified | +11 −2 |