Re: Remove superuser() checks from pgstattuple - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Remove superuser() checks from pgstattuple
Date
Msg-id CAB7nPqQApXJ+kPK2sHfyFYXLhZ2P+x0k=bwDFjUr1CudL34-=Q@mail.gmail.com
Whole thread Raw
In response to Re: Remove superuser() checks from pgstattuple  (Stephen Frost <sfrost@snowman.net>)
Responses Re: Remove superuser() checks from pgstattuple  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
On Tue, Sep 27, 2016 at 4:43 AM, Stephen Frost <sfrost@snowman.net> wrote:
> * Peter Eisentraut (peter.eisentraut@2ndquadrant.com) wrote:
>> This is now being obsoleted by the later idea of allowing base installs
>> from a chain of upgrade scripts.  But if your upgrade scripts contain
>> ALTER TABLE commands, you will probably still want to write base install
>> scripts that do a fresh CREATE TABLE instead.
>
> I've updated the patch to remove the new base version script and to rely
> on the changes made by Tom to install the 1.4 version and then upgrade
> to 1.5.
>
> Based on my testing, it appears to all work correctly.

Same conclusion from here.

> Updated (much smaller) patch attached.

I had a look at it, and it is doing the work it claims to do. So I am
marking it as "Ready for Committer".
-- 
Michael



pgsql-hackers by date:

Previous
From: Srinivas Karthik V
Date:
Subject: Requesting some information about the small portion of source code of postgreSQL
Next
From: Craig Ringer
Date:
Subject: Re: Requesting some information about the small portion of source code of postgreSQL