Re: Pending 9.4 patches

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Craig Ringer <craig(at)2ndquadrant(dot)com>, Andres Freund <andres(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Pending 9.4 patches
Date: 2014-04-08 18:00:17
Message-ID: 20140408180017.GC2556@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Tom Lane (tgl(at)sss(dot)pgh(dot)pa(dot)us) wrote:
> Craig Ringer <craig(at)2ndquadrant(dot)com> writes:
> > On 04/05/2014 03:57 AM, Andres Freund wrote:
> >> r04) Row-security based on Updatable security barrier views
> >> This one's fate seems to be hard to judge without c07.
>
> > Open issues remain with this patch, and resources for working on it in
> > 9.4 have run out.
>
> > It is not ready for commit. A core bugfix with locking in security
> > barrier views is required before the regression tests can be fixed up
> > properly, for one thing. Tom also expressed concerns about how plan
> > invalidation works, though it's not yet clear whether that was just
> > miscommunication about how it works on my part or whether there's a
> > concrete problem there.
>
> > I'd really love to finish this off for 9.4, but other projects have to
> > come first.
>
> Given that, I think we should go ahead and mark this one Returned With
> Feedback. It's past time to be punting anything that doesn't have a
> serious chance of getting committed for 9.4.

I'm a bit confused on this point- is the only issue the *preexisting*
bug with security barrier views? I agree we need to fix that, but I'd
really like to see that fixed and backpatched to address the risk in
back-branches. I had understood there to be *other* issues with this,
which is why I hadn't spent time on it.

Craig, in general, I'd argue that a pre-existing bug isn't a reason that
a patch isn't ready for commit. The bug may need to be fixed before the
patch goes in, but saying a patch isn't ready implied, to me at least,
issues with the *patch*, which it sounds like isn't the case here.

Thanks,

Stephen

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2014-04-08 18:02:51 Re: [BUG FIX] Compare returned value by socket() against PGINVALID_SOCKET instead of < 0
Previous Message Greg Stark 2014-04-08 17:58:57 Re: Autonomous Transaction (WIP)