pgsql: Wire up query cancel interrupt for walsender backends.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Wire up query cancel interrupt for walsender backends.
Date: 2017-06-06 02:25:15
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Wire up query cancel interrupt for walsender backends.

This allows to cancel commands run over replication connections. While
it might have some use before v10, it has become important now that
normal SQL commands are allowed in database connected walsender
connections.

Author: Petr Jelinek
Reviewed-By: Andres Freund, Michael Paquier
Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c1abe6c786d8f00643de8519140d77644b474163

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-06-06 02:25:18 pgsql: Have walsenders participate in procsignal infrastructure.
Previous Message Peter Eisentraut 2017-06-06 02:17:27 pgsql: Don't set application_name in logical replication workers