diff options
author | Stephen Frost <sfrost@snowman.net> | 2015-09-08 17:02:49 -0400 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2015-09-08 17:02:49 -0400 |
commit | c3e0ddd403d74b161cd83cdccbb0adc45788934f (patch) | |
tree | 64983089c9305de88626d72c24dbd546562c76c4 /src/backend/access/gist | |
parent | 3ae16798f0f9d2d941e50062b579c28c9b946c9e (diff) | |
download | postgresql-c3e0ddd403d74b161cd83cdccbb0adc45788934f.tar.gz postgresql-c3e0ddd403d74b161cd83cdccbb0adc45788934f.zip |
Lock all relations referred to in updatable views
Even views considered "simple" enough to be automatically updatable may
have mulitple relations involved (eg: in a where clause). We need to
make sure and lock those relations when rewriting the query.
Back-patch to 9.3 where updatable views were added.
Pointed out by Andres, patch thanks to Dean Rasheed.
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions