Re: sloppy back-patching of column-privilege leak

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: sloppy back-patching of column-privilege leak
Date: 2015-02-17 22:53:06
Message-ID: 20150217225306.GF6717@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Stephen Frost (sfrost(at)snowman(dot)net) wrote:
> Thanks for the review and comments. I'll remove the extraneous #define,
> the comment change which was made to the other #define (as it's not
> relevant since the #define is only located in one place) and fix the
> regression test comments to match the behavior in the older branches.

This has been done, though as noted in the commit, I simply removed the
regression tests as they weren't relevant in those branches.

Thanks!

Stephen

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-02-17 23:13:42 Re: ExplainModifyTarget doesn't work as expected
Previous Message Stephen Frost 2015-02-17 22:44:51 Re: Odd behavior of updatable security barrier views on foreign tables