Thread: 7.4 backpatches

7.4 backpatches

From
Christopher Kings-Lynne
Date:
Hi,

Should be backport the 'fix acls on owner to' on tables to 7.4?  The 
other acl objects did not have owner to commands in 7.4 IIRC, but the 
alter table is definitely broken.

Chris


Re: 7.4 backpatches

From
Tom Lane
Date:
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> Should be backport the 'fix acls on owner to' on tables to 7.4?

I'm inclined not to, as (a) it's a moderately complex change that hasn't
yet been tested to my satisfaction, and (b) AFAIR we've not had any
complaints from the field about it, even though the issue has existed
in some form for a long time.

Given (b), I don't think it's a serious enough problem to take any risks
of introducing new bugs.

Also, concerning point (a), I think that the patch interacts with 8.0
changes that we cannot backport, such as the removal of explicit
representation of owner grant options in ACLs.  Any backport would be a
partial copying of 8.0 changes, and as such would have received no prior
testing whatsoever :-(
        regards, tom lane


Re: 7.4 backpatches

From
Christopher Kings-Lynne
Date:
Ooh, how about the 'there is no security checking on the cluster on 
index command' bug?

Chris

Christopher Kings-Lynne wrote:
> Hi,
> 
> Should be backport the 'fix acls on owner to' on tables to 7.4?  The 
> other acl objects did not have owner to commands in 7.4 IIRC, but the 
> alter table is definitely broken.
> 
> Chris
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
> 
>               http://www.postgresql.org/docs/faqs/FAQ.html