Re: [HACKERS] ALTER PUBLICATION and segmentation fault - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] ALTER PUBLICATION and segmentation fault
Date
Msg-id 8f7811bd-e8ac-bfbc-2956-d07f2589d25e@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] ALTER PUBLICATION and segmentation fault  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-hackers
On 3/7/17 11:56, Masahiko Sawada wrote:
> This issue happen even ALTER SUBSCRIPTION. I guess the main cause is
> that acl_kind of pg_publication and pg_subscription of ObjectProperty
> array are not correct. These values should be set ACL_KIND_PUBLICATION
> and ACL_KIND_SUBSCRIPTION instead of -1. Attached small patch fixes
> this issue and adds regression test.

committed, thanks

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Haribabu Kommi
Date:
Subject: Re: [HACKERS] New SQL counter statistics view (pg_stat_sql)
Next
From: Magnus Hagander
Date:
Subject: Re: [HACKERS] Need a builtin way to run all tests faster manner