From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgreSQL(dot)org |
Subject: | Re: Remaining 9.5 open items |
Date: | 2015-12-04 20:22:47 |
Message-ID: | 20151204202246.GQ3685@tamriel.snowman.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
* Alvaro Herrera (alvherre(at)2ndquadrant(dot)com) wrote:
> Stephen Frost wrote:
> > Still, I'll get a patch worked up for it and then we can discuss the
> > merits of that patch going in to 9.5 now versus just into HEAD.
>
> Cool.
While working on the DROP OWNED BY patch, and part of what took me a bit
longer with it, I came to the realiziation that ALTER POLICY wasn't
handling dependencies quite right. All of the policy's dependencies
would be dropped, but then only those objects referred to in the ALTER
POLICY command would have dependencies recreated for them.
The attached patch fixes that (using the same approach that I used in
the DROP OWNED BY patch).
Comments welcome, as always.
I'll plan to apply these two patches in a couple of days.
Thanks!
Stephen
Attachment | Content-Type | Size |
---|---|---|
rls-alter-policy-dep.v1.patch | text/x-diff | 7.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2015-12-04 21:00:35 | Re: Size of Path nodes |
Previous Message | Robert Haas | 2015-12-04 20:15:42 | Re: Foreign join pushdown vs EvalPlanQual |