Re: more RLS oversights

From: Noah Misch <noah(at)leadboat(dot)com>
To: Joe Conway <joe(dot)conway(at)crunchydata(dot)com>
Cc: Stephen Frost <sfrost(at)snowman(dot)net>, Robert Haas <robertmhaas(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: more RLS oversights
Date: 2015-07-11 01:15:49
Message-ID: 20150711011549.GA1050329@tornado.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jul 10, 2015 at 03:08:53PM -0700, Joe Conway wrote:
> On 07/03/2015 10:03 AM, Noah Misch wrote:
> > (1) CreatePolicy() and AlterPolicy() omit to call assign_expr_collations() on
> > the node trees.

> The attached fixes this issue for me, but I am unsure whether we really
> need/want the regression test. Given the recent push to increase test
> coverage maybe so.

I wouldn't remove the test from your patch.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2015-07-11 05:54:29 Re: polymorphic types - enforce casting to most common type automatically
Previous Message Jim Nasby 2015-07-10 23:32:04 Re: Freeze avoidance of very large table.