mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 08:56:29 +00:00
Fixed can_disable_walsender indentation and warning message
This commit is contained in:
committed by
Martín Marqués
parent
90fe1b8135
commit
82e2fd66e1
@@ -1941,7 +1941,7 @@ can_disable_walsender(PGconn *conn)
|
|||||||
|
|
||||||
if (has_alter_system_priv == false)
|
if (has_alter_system_priv == false)
|
||||||
{
|
{
|
||||||
log_warning(_("\"standby_disconnect_on_failover\" specified, but repmgr user is not authorized to ALTER SYSTEM"));
|
log_warning(_("\"standby_disconnect_on_failover\" specified, but repmgr user is not authorized to perform ALTER SYSTEM wal_retrieve_retry_interval"));
|
||||||
|
|
||||||
if (PQserverVersion(conn) >= 150000)
|
if (PQserverVersion(conn) >= 150000)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user