Note where compatibility check for replication slots is carried out

Scanning the source code gives the impression there's no check.
This commit is contained in:
Ian Barwick
2015-03-05 10:12:36 +09:00
parent 0f8759d316
commit 04fe820aff
2 changed files with 3 additions and 2 deletions

View File

@@ -1503,8 +1503,8 @@ do_upstream_standby_failover(t_node_info upstream_node)
PQclear(res);
break;
}
PQclear(res);
PQclear(res);
}
/* Close the connection to this server */