Re: SEGFAULT in CREATE EXTENSION related pg_init_privs

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SEGFAULT in CREATE EXTENSION related pg_init_privs
Date: 2016-04-16 02:12:36
Message-ID: 20160416021236.GJ10850@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pavel,

* Pavel Stehule (pavel(dot)stehule(at)gmail(dot)com) wrote:
> 2016-04-14 14:26 GMT+02:00 Stephen Frost <sfrost(at)snowman(dot)net>:
> >
> > * Pavel Stehule (pavel(dot)stehule(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2016-04-16 04:14:16 Re: SEGFAULT in CREATE EXTENSION related pg_init_privs
Previous Message Stephen Frost 2016-04-16 02:12:08 Re: [COMMITTERS] pgsql: Add new catalog called pg_init_privs