pgsql: pg_createsubscriber: Remove obsolete comment - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_createsubscriber: Remove obsolete comment
Date
Msg-id E1sYkBr-001sSL-RK@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_createsubscriber: Remove obsolete comment

This comment should have been removed by commit b9639138262.  There is
no replication slot check on the primary anymore.

Author: Euler Taveira <euler@eulerto.com>
Discussion: https://www.postgresql.org/message-id/697d692f-f9d3-41f6-9f0e-29a4fb18e544@app.fastmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1330843bb78e9d2422af2f2b9909b80732bd6fc0

Modified Files
--------------
src/bin/pg_basebackup/pg_createsubscriber.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Stabilize xid_wraparound tests
Next
From: Thomas Munro
Date:
Subject: pgsql: Require compiler barrier support.