Re: Gripes about walsender command processing - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Gripes about walsender command processing
Date
Msg-id 20200915050655.GN2183@paquier.xyz
Whole thread Raw
In response to Re: Gripes about walsender command processing  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Gripes about walsender command processing
List pgsql-hackers
On Mon, Sep 14, 2020 at 11:34:44PM -0400, Tom Lane wrote:
> (I don't quite follow your comment about repslot drop, btw.)

There is already a command tag equivalent to DROP_REPLICATION_SLOT:
$ git grep REPLICATION -- */cmdtaglist.h
src/include/tcop/cmdtaglist.h:PG_CMDTAG(CMDTAG_DROP_REPLICATION_SLOT,
"DROP REPLICATION SLOT", false, false, false)
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: PG 13 release notes, first draft
Next
From: Dilip Kumar
Date:
Subject: Re: Allow ERROR from heap_prepare_freeze_tuple to be downgraded to WARNING