mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
Standardize quoting in log messages
This commit is contained in:
@@ -3161,7 +3161,7 @@ create_replication_slot(PGconn *conn, char *slot_name, int server_version_num, P
|
||||
slot_name);
|
||||
}
|
||||
|
||||
log_debug(_("create_replication_slot(): creating slot '%s' on upstream"), slot_name);
|
||||
log_debug(_("create_replication_slot(): creating slot \"%s\" on upstream"), slot_name);
|
||||
log_verbose(LOG_DEBUG, "create_replication_slot():\n%s", query.data);
|
||||
|
||||
res = PQexec(conn, query.data);
|
||||
|
||||
Reference in New Issue
Block a user