Re: Fix dropped object handling in pg_event_trigger_ddl_commands

From: Aleksander Alekseev <aleksander(at)timescale(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Sven Klemm <sven(at)timescale(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Subject: Re: Fix dropped object handling in pg_event_trigger_ddl_commands
Date: 2021-06-07 09:44:42
Message-ID: CAJ7c6TPQ_BFECuJ6i2sS0eTt91faGrmwWmOaoh2CpWsL9UyWZA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

> Any opinions on the patch? Is this not worth the effort to fix or is
> there a better way to fix this?

I confirm that the bug still exists in master (be57f216). The patch
fixes it and looks good to me. I changed the wording a little and
added a regression test. The updated patch is in the attachment. I
added this thread to the CF and updated the status to "Ready for
Committer".

--
Best regards,
Aleksander Alekseev

Attachment Content-Type Size
v2-0001-Fix-pg_event_trigger_ddl_commands.patch application/octet-stream 3.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2021-06-07 09:54:31 Re: SSL SNI
Previous Message Etsuro Fujita 2021-06-07 09:36:39 Re: Asynchronous Append on postgres_fdw nodes.