projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcbc9bb
)
Fix *nix build error.
author
Hiroshi Saito
<hiroshi@winpg.jp>
Tue, 12 Jun 2007 15:39:28 +0000
(15:39 +0000)
committer
Hiroshi Saito
<hiroshi@winpg.jp>
Tue, 12 Jun 2007 15:39:28 +0000
(15:39 +0000)
connection.c
patch
|
blob
|
blame
|
history
diff --git
a/connection.c
b/connection.c
index 65b38c0e04a251199997130afdda7df2dab5ab95..2f5eaccefe92e5196ee9ea545745174dbd87ed70 100644
(file)
--- a/
connection.c
+++ b/
connection.c
@@
-1279,8
+1279,10
@@
static char CC_initial_log(ConnectionClass *self, const char *func)
" Debug"
#endif /* DEBUG */
" library"
-#endif /* WIN32 */
"\n", POSTGRESDRIVERVERSION, PG_BUILD_VERSION, _MSC_VER);
+#else
+ "\n", POSTGRESDRIVERVERSION, PG_BUILD_VERSION);
+#endif /* WIN32 */
qlog(vermsg);
mylog(vermsg);
qlog("Global Options: fetch=%d, socket=%d, unknown_sizes=%d, max_varchar_size=%d, max_longvarchar_size=%d\n",