Add TODO items

This commit is contained in:
Ian Barwick
2015-11-13 14:51:27 +09:00
parent 73661637e9
commit 3a3c6d5143
2 changed files with 4 additions and 0 deletions

View File

@@ -1075,6 +1075,7 @@ create_node_record(PGconn *conn, char *action, int node, char *type, int upstrea
maxlen_snprintf(slot_name_buf, "%s", "NULL");
}
/* XXX convert to placeholder query */
sqlquery_snprintf(sqlquery,
"INSERT INTO %s.repl_nodes "
" (id, type, upstream_node_id, cluster, "