diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp index 8f8c2785..be908330 100644 --- a/controller/PostgreSQL.cpp +++ b/controller/PostgreSQL.cpp @@ -998,6 +998,7 @@ void PostgreSQL::commitThread() PQclear(PQexec(conn, "ROLLBACK")); break;; } + assignments.push_back(addr); } res = PQexec(conn, "COMMIT");