#include <libpq-fe.h>
-#include "common.h"
-
+#include "stg/common.h"
#include "postgresql_store.h"
int POSTGRESQL_STORE::StartTransaction() const
{
strError = PQerrorMessage(connection);
printfd(__FILE__, "POSTGRESQL_STORE::EscapeString(): '%s'\n", strError.c_str());
- delete buf;
+ delete[] buf;
return -1;
}