git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix name collision
[stg.git]
/
projects
/
stargazer
/
plugins
/
store
/
postgresql
/
postgresql_store.cpp
diff --git
a/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp
b/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp
index 4bf72c0e951f051b904768f643d07833c4b29d56..2210c9511a4965e4a124a9b217a9bc9d269d3169 100644
(file)
--- a/
projects/stargazer/plugins/store/postgresql/postgresql_store.cpp
+++ b/
projects/stargazer/plugins/store/postgresql/postgresql_store.cpp
@@
-78,8
+78,8
@@
POSTGRESQL_STORE::POSTGRESQL_STORE()
user("stg"),
password("123456"),
version(0),
user("stg"),
password("123456"),
version(0),
-
connection(NULL
),
-
retries(3
)
+
retries(3
),
+
connection(NULL
)
{
pthread_mutex_init(&mutex, NULL);
}
{
pthread_mutex_init(&mutex, NULL);
}