From ce8e1cccc4384ed07b37463512a2c5572c5088b7 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 18 Mar 2019 15:17:33 +0900 Subject: [PATCH] Remove outdated comment This was only relevant for repmgr3 and earlier; in repmgr4 the schema is hard-coded. --- dbutils.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dbutils.c b/dbutils.c index 0aa11a9b..c5347e60 100644 --- a/dbutils.c +++ b/dbutils.c @@ -3546,10 +3546,6 @@ _create_event(PGconn *conn, t_configuration_options *options, int node_id, char /* * Only attempt to write a record if a connection handle was provided. - * Also check that the repmgr schema has been properly initialised - if - * not it means no configuration file was provided, which can happen with - * e.g. `repmgr standby clone`, and we won't know which schema to write - * to. */ if (conn != NULL && PQstatus(conn) == CONNECTION_OK) {