Re: SEGFAULT in CREATE EXTENSION related pg_init_privs - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: SEGFAULT in CREATE EXTENSION related pg_init_privs
Date
Msg-id 20160416021236.GJ10850@tamriel.snowman.net
Whole thread Raw
In response to Re: SEGFAULT in CREATE EXTENSION related pg_init_privs  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: SEGFAULT in CREATE EXTENSION related pg_init_privs
List pgsql-hackers
Pavel,

* Pavel Stehule (pavel.stehule@gmail.com) wrote:
> 2016-04-14 14:26 GMT+02:00 Stephen Frost <sfrost@snowman.net>:
> >
> > * Pavel Stehule (pavel.stehule@gmail.com) wrote:
> > > I am trying to prepare orafce for PostgreSQL 9.6.
> > >
> > > I can successfully compile this extension, but the statement CREATE
> > > EXTENSION fails on segfault
> >
> > Just the latest off of https://github.com/orafce/orafce ?
>
> yes. When I commented REVOKE, then all tests passed. When you uncomment
> REVOKE, then CREATE EXTENSION should to fail.

Fix pushed, please let me know if you see any further issues.

Thanks!

Stephen

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [COMMITTERS] pgsql: Add new catalog called pg_init_privs
Next
From: Pavel Stehule
Date:
Subject: Re: SEGFAULT in CREATE EXTENSION related pg_init_privs