Re: Odd behavior of updatable security barrier views on foreign tables - Mailing list pgsql-hackers

From Etsuro Fujita
Subject Re: Odd behavior of updatable security barrier views on foreign tables
Date
Msg-id 54F3D11C.4040000@lab.ntt.co.jp
Whole thread Raw
In response to Re: Odd behavior of updatable security barrier views on foreign tables  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
On 2015/03/02 5:28, Stephen Frost wrote:
> * Dean Rasheed (dean.a.rasheed@gmail.com) wrote:
>> I just spotted a trivial bug in this patch -- in
>> expand_security_quals() you need to set targetRelation = false inside
>> the loop, otherwise it will be true for the target relation and all
>> that follow it.

> I've pushed a fix for this.

Thanks!

Best regards,
Etsuro Fujita



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Bug in pg_dump
Next
From: Michael Paquier
Date:
Subject: Fix broken Install.bat when target directory contains a space