Re: [BUG?] pg_event_trigger_ddl_commands() error with ALTER TEXT SEARCH CONFIGURATION

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Artur Zakirov <a(dot)zakirov(at)postgrespro(dot)ru>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [BUG?] pg_event_trigger_ddl_commands() error with ALTER TEXT SEARCH CONFIGURATION
Date: 2016-11-19 18:28:02
Message-ID: CAB7nPqSD2-Ny+98Bz_+vP5YW+Nm9Q2ekPFxR88WRrF865yEn7Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Nov 17, 2016 at 1:17 PM, Alvaro Herrera
<alvherre(at)2ndquadrant(dot)com> wrote:
> It's a bug. You're right that we need to handle the object class
> somewhere. Perhaps I failed to realize that tsconfigs could get
> altered.

It seems to me that the thing to be careful of here is how a new
OBJECT_TSCONFIGURATIONMAP should use ObjectAddress. It does not seem
that complicated, but it needs some work.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-11-19 18:40:53 Re: [sqlsmith] Crash on GUC serialization
Previous Message Michael Paquier 2016-11-19 18:25:05 Re: [sqlsmith] Crash on GUC serialization