Re: Fix dropped object handling in pg_event_trigger_ddl_commands

From: Aleksander Alekseev <aleksander(at)timescale(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Sven Klemm <sven(at)timescale(dot)com>
Subject: Re: Fix dropped object handling in pg_event_trigger_ddl_commands
Date: 2021-06-11 08:00:40
Message-ID: CAJ7c6TPNVsmVHgU69=hUFfBNLDOU8g+p_mZmBXzc-kWDG98NvA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Michael,

> /* The type can never be NULL */
> type = getObjectTypeDescription(&addr, true);

The last argument should be `false` then.

--
Best regards,
Aleksander Alekseev

Attachment Content-Type Size
v4-0001-pg_event_trigger_ddl_commands.patch application/octet-stream 10.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2021-06-11 08:34:48 Re: [HACKERS] logical decoding of two-phase transactions
Previous Message Julien Rouhaud 2021-06-11 07:18:03 Re: Duplicate history file?