projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b76c536
)
Fix ecpg_sqlca_key_destructor to return void.
author
Bruce Momjian
<bruce@momjian.us>
Sun, 14 Mar 2004 14:47:33 +0000
(14:47 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sun, 14 Mar 2004 14:47:33 +0000
(14:47 +0000)
src/interfaces/ecpg/ecpglib/misc.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/ecpglib/misc.c
b/src/interfaces/ecpg/ecpglib/misc.c
index c912c5d0b4b3a14db027a1ac8a7e345ed9aaed0a..d2f81a16282c4487d9b5922d3be0d08a5f5af636 100644
(file)
--- a/
src/interfaces/ecpg/ecpglib/misc.c
+++ b/
src/interfaces/ecpg/ecpglib/misc.c
@@
-1,4
+1,4
@@
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/misc.c,v 1.
19 2004/03/14 12:16:30 meskes
Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/misc.c,v 1.
20 2004/03/14 14:47:33 momjian
Exp $ */
#define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h"
@@
-118,7
+118,7
@@
ECPGinit(const struct connection * con, const char *connection_name, const int l
}
#ifdef ENABLE_THREAD_SAFETY
-static void
*
ecpg_sqlca_key_destructor(void *arg)
+static void ecpg_sqlca_key_destructor(void *arg)
{
if( arg != NULL )
free(arg); /* sqlca structure allocated in ECPGget_sqlca */