[COMMITTERS] pgsql: Fix logical replication protocol comparison logic - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Fix logical replication protocol comparison logic
Date
Msg-id E1dhiN9-0007ko-0c@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix logical replication protocol comparison logic

Since we currently only have one protocol, this doesn't make much of a
difference other than the error message.

Author: Yugo Nagata <nagata@sraoss.co.jp>

Branch
------
REL_10_STABLE

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

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: doc: Add missing logical replication protocol message
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Make simpler-simple-expressions code cope with a Gather plan.