diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-04-21 03:49:51 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-04-21 03:49:51 +0000 |
commit | 86c6538dce69ea348cdd2146d49d88790bc5b448 (patch) | |
tree | e6bff8f93c741a6fe28e9deac5bb13864d1840ae /src/tutorial | |
parent | 254d66e2f1b3d42f9afa0acebb04501c505ec5b6 (diff) | |
download | postgresql-86c6538dce69ea348cdd2146d49d88790bc5b448.tar.gz postgresql-86c6538dce69ea348cdd2146d49d88790bc5b448.zip |
Fix a couple of places in execMain that erroneously assumed that SELECT FOR
UPDATE/SHARE couldn't occur as a subquery in a query with a non-SELECT
top-level operation. Symptoms included outright failure (as in report from
Mark Mielke) and silently neglecting to take the requested row locks.
Back-patch to 8.3, because the visible failure in the INSERT ... SELECT case
is a regression from 8.2. I'm a bit hesitant to back-patch further given the
lack of field complaints.
Diffstat (limited to 'src/tutorial')
0 files changed, 0 insertions, 0 deletions