Fix typo in function name

This commit is contained in:
Ian Barwick
2018-02-22 15:48:41 +09:00
parent 3a764f678a
commit 425839d764
3 changed files with 5 additions and 5 deletions

View File

@@ -2170,7 +2170,7 @@ get_all_node_records_with_upstream(PGconn *conn, NodeInfoList *node_list)
bool
get_downsteam_nodes_with_missing_slot(PGconn *conn, int this_node_id, NodeInfoList *node_list)
get_downstream_nodes_with_missing_slot(PGconn *conn, int this_node_id, NodeInfoList *node_list)
{
PQExpBufferData query;
PGresult *res = NULL;