Re: [HACKERS] [COMMITTERS] pgsql: Add new catalog called pg_init_privs

2016-04-15 Thread Stephen Frost
* Alvaro Herrera (alvhe...@2ndquadrant.com) wrote: > Stephen Frost wrote: > > Alvaro, > > > Will take a look at this, though I'm just about to commit a fix that's > > probably related (and addresses Pavel's issue). Basically, for reasons > > unknown, I was calling systable_endscan() immediately a

Re: [HACKERS] [COMMITTERS] pgsql: Add new catalog called pg_init_privs

2016-04-15 Thread Stephen Frost
Alvaro, On Friday, April 15, 2016, Alvaro Herrera wrote: > Stephen Frost wrote: > > > Here's the latest message ID on the thread he started. > > > > cafj8prb_8wggxg1ekgfdq_g_c1p1ilc_j9m3jflfmld2vxt...@mail.gmail.com > > > > > Pretty sure it's the same issue. Going through testing now and will

Re: [HACKERS] [COMMITTERS] pgsql: Add new catalog called pg_init_privs

2016-04-15 Thread Alvaro Herrera
Stephen Frost wrote: > Here's the latest message ID on the thread he started. > > cafj8prb_8wggxg1ekgfdq_g_c1p1ilc_j9m3jflfmld2vxt...@mail.gmail.com > > Pretty sure it's the same issue. Going through testing now and will > push the fix very shortly. May I suggest adding the extension I showed

Re: [HACKERS] [COMMITTERS] pgsql: Add new catalog called pg_init_privs

2016-04-15 Thread Stephen Frost
* Alvaro Herrera (alvhe...@2ndquadrant.com) wrote: > Stephen Frost wrote: > > Alvaro, > > > Will take a look at this, though I'm just about to commit a fix that's > > probably related (and addresses Pavel's issue). Basically, for reasons > > unknown, I was calling systable_endscan() immediately a

Re: [HACKERS] [COMMITTERS] pgsql: Add new catalog called pg_init_privs

2016-04-15 Thread Alvaro Herrera
Stephen Frost wrote: > Alvaro, > Will take a look at this, though I'm just about to commit a fix that's > probably related (and addresses Pavel's issue). Basically, for reasons > unknown, I was calling systable_endscan() immediately after > systable_getnext(), which doesn't work when you want to

Re: [HACKERS] [COMMITTERS] pgsql: Add new catalog called pg_init_privs

2016-04-15 Thread Stephen Frost
Alvaro, * Alvaro Herrera (alvhe...@2ndquadrant.com) wrote: > Stephen Frost wrote: > > Add new catalog called pg_init_privs > > > > This new catalog holds the privileges which the system was > > initialized with at initdb time, along with any permissions set > > by extensions at CREATE EXTENSION t

Re: [HACKERS] [COMMITTERS] pgsql: Add new catalog called pg_init_privs

2016-04-15 Thread Alvaro Herrera
Stephen Frost wrote: > Add new catalog called pg_init_privs > > This new catalog holds the privileges which the system was > initialized with at initdb time, along with any permissions set > by extensions at CREATE EXTENSION time. This allows pg_dump > (and any other similar use-cases) to detect