mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Simplify function create_replication_slot()
Following the changes in 793d83b, it's no longer necessary to
pass the server version number.
This commit is contained in:
@@ -3937,7 +3937,7 @@ create_slot_name(char *slot_name, int node_id)
|
||||
|
||||
|
||||
bool
|
||||
create_replication_slot(PGconn *conn, char *slot_name, int server_version_num, PQExpBufferData *error_msg)
|
||||
create_replication_slot(PGconn *conn, char *slot_name, PQExpBufferData *error_msg)
|
||||
{
|
||||
PQExpBufferData query;
|
||||
RecordStatus record_status = RECORD_NOT_FOUND;
|
||||
|
||||
Reference in New Issue
Block a user