Make RLS work with UPDATE ... WHERE CURRENT OF

Joe Conway <mail@joeconway.com>

Commit: b26e3d660df51a088d14c3c2cfce5990c13c1195
Author: Joe Conway <mail@joeconway.com>
Date: 2015-07-24T19:55:30Z
Releases: 9.6.0
Make RLS work with UPDATE ... WHERE CURRENT OF

UPDATE ... WHERE CURRENT OF would not work in conjunction with
RLS. Arrange to allow the CURRENT OF expression to be pushed down.
Issue noted by Peter Geoghegan. Patch by Dean Rasheed. Back patch
to 9.5 where RLS was introduced.

Files