mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Remove outdated comment
This was only relevant for repmgr3 and earlier; in repmgr4 the schema is hard-coded.
This commit is contained in:
@@ -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.
|
* 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)
|
if (conn != NULL && PQstatus(conn) == CONNECTION_OK)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user