pgsql: Fix logical replication protocol comparison logic

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix logical replication protocol comparison logic
Date: 2017-08-15 20:23:31
Message-ID: E1dhiN8-0007kl-W6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sraoss(dot)co(dot)jp>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/70b573b2677eb5ef28515e824e5027e26ce21d77

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-08-15 20:50:08 pgsql: Make simpler-simple-expressions code cope with a Gather plan.
Previous Message Tom Lane 2017-08-15 20:08:14 Re: [COMMITTERS] pgsql: Simplify plpgsql's check for simple expressions.