[COMMITTERS] pgsql: Fix logical replication to fire BEFORE ROW DELETE triggers. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Fix logical replication to fire BEFORE ROW DELETE triggers.
Date
Msg-id E1e2eV7-00023L-Np@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix logical replication to fire BEFORE ROW DELETE triggers.

Before, that would fail to happen unless a BEFORE ROW UPDATE trigger
was also present.

Noted by me while reviewing a patch from Masahiko Sawada, who also
wrote this patch.  Reviewed by Petr Jelinek.

Discussion: http://postgr.es/m/CA+TgmobAZvCxduG8y_mQKBK7nz-vhbdLvjM354KEFozpuzMN5A@mail.gmail.com

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7cde649ab150412344ee50fc90f24d6fe891bcf0

Modified Files
--------------
src/backend/executor/execReplication.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] Re: [COMMITTERS] pgsql: Add configure infrastructureto detect support for C99's restric
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Improve performance of SendRowDescriptionMessage.