Fix typo in function name

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

View File

@@ -2167,7 +2167,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;