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

From Pavel Stehule
Subject Re: SEGFAULT in CREATE EXTENSION related pg_init_privs
Date
Msg-id CAFj8pRBixie7K5iK-6ffmZH5WXzCL4VVq8FzvVArhE_caxbipg@mail.gmail.com
Whole thread Raw
In response to Re: SEGFAULT in CREATE EXTENSION related pg_init_privs  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers


2016-04-16 4:12 GMT+02:00 Stephen Frost <sfrost@snowman.net>:
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.

Orafce is working without any issues now.

Thank you

Pavel

 

Thanks!

Stephen

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: SEGFAULT in CREATE EXTENSION related pg_init_privs
Next
From: Amit Kapila
Date:
Subject: Re: Support for N synchronous standby servers - take 2