Remove stale XXX comment in logical launcher An XXX comment in launcher.c added by commit 2af1dc89282b questioned why the slot drop does not request disabling logical decoding. But the conflict detection slot is a physical slot, so there is no logical decoding state to disable. Remove that comment and clarify the situation elsewhere.
Author: "Zhijie Hou (Fujitsu)" <[email protected]> Reviewed-by: shveta malik <[email protected]> Reviewed-by: Amit Kapila <[email protected]> Backpatch-through: 19 Discussion: https://postgr.es/m/ty4pr01mb177186c8ab596f30df704ecdc94...@ty4pr01mb17718.jpnprd01.prod.outlook.com Branch ------ REL_19_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/46c6fb9a82f2eaa0b56f1231e12e65af39e5ec84 Modified Files -------------- src/backend/replication/logical/launcher.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-)
