Re: pgsql: Make security barrier views automatically updatable

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Make security barrier views automatically updatable
Date: 2014-04-13 04:16:05
Message-ID: 20140413041605.GK2556@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

* Tom Lane (tgl(at)sss(dot)pgh(dot)pa(dot)us) wrote:
> Stephen Frost <sfrost(at)snowman(dot)net> writes:
> > Make security barrier views automatically updatable
>
> For the record, this should have bumped catversion, because it
> broke stored views. Given that I'd just done a bump a few hours
> earlier, there's probably no need for a retrospective catversion
> change, but just so you know: any patch that touches readfuncs.c
> probably needs a catversion change.

Ah, yeah, makes sense. Will keep that in mind.

Thanks,

Stephen

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2014-04-13 04:42:30 pgsql: Add ANALYZE into regression tests
Previous Message Tom Lane 2014-04-13 04:04:36 pgsql: Provide moving-aggregate support for boolean aggregates.