]> granicus.if.org Git - postgresql/commit
Only kill sync workers at commit time in subscription DDL
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 5 Aug 2017 01:14:35 +0000 (21:14 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 5 Aug 2017 01:17:47 +0000 (21:17 -0400)
commit7e174fa793a2df89fe03d002a5087ef67abcdde8
tree5fa4c053b549ffd960858c4eefa84c123f2d0157
parentff98a5e1e49de061600feb6b4de5ce0a22d386af
Only kill sync workers at commit time in subscription DDL

This allows a transaction abort to avoid killing those workers.

Author: Petr Jelinek <petr.jelinek@2ndquadrant.com>
src/backend/access/transam/xact.c
src/backend/commands/subscriptioncmds.c
src/backend/replication/logical/launcher.c
src/include/replication/logicallauncher.h
src/include/replication/worker_internal.h