git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed compilation issue.
[stg.git]
/
projects
/
stargazer
/
plugins
/
store
/
postgresql
/
postgresql_store_messages.cpp
diff --git
a/projects/stargazer/plugins/store/postgresql/postgresql_store_messages.cpp
b/projects/stargazer/plugins/store/postgresql/postgresql_store_messages.cpp
index bccef5aa4a805ae40e9dc0831cacbead6fa4087c..5a55504d80ceea9192156085e9cfe3a52c23edd0 100644
(file)
--- a/
projects/stargazer/plugins/store/postgresql/postgresql_store_messages.cpp
+++ b/
projects/stargazer/plugins/store/postgresql/postgresql_store_messages.cpp
@@
-242,7
+242,6
@@
if (PQstatus(connection) != CONNECTION_OK)
}
}
-std::string login;
PGresult * result;
if (StartTransaction())