Re: pgsql: Make security barrier views automatically updatable - Mailing list pgsql-committers

From Stephen Frost
Subject Re: pgsql: Make security barrier views automatically updatable
Date
Msg-id 20140413041605.GK2556@tamriel.snowman.net
Whole thread Raw
In response to Re: pgsql: Make security barrier views automatically updatable  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
* Tom Lane (tgl@sss.pgh.pa.us) wrote:
> Stephen Frost <sfrost@snowman.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

Attachment

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Provide moving-aggregate support for boolean aggregates.
Next
From: Stephen Frost
Date:
Subject: pgsql: Add ANALYZE into regression tests