|
1 | | -/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/misc.c,v 1.19 2004/03/1412:16:30 meskes Exp $ */ |
| 1 | +/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/misc.c,v 1.20 2004/03/1414:47:33 momjian Exp $ */ |
2 | 2 |
|
3 | 3 | #definePOSTGRES_ECPG_INTERNAL |
4 | 4 | #include"postgres_fe.h" |
@@ -118,7 +118,7 @@ ECPGinit(const struct connection * con, const char *connection_name, const int l |
118 | 118 | } |
119 | 119 |
|
120 | 120 | #ifdefENABLE_THREAD_SAFETY |
121 | | -staticvoid*ecpg_sqlca_key_destructor(void*arg) |
| 121 | +staticvoidecpg_sqlca_key_destructor(void*arg) |
122 | 122 | { |
123 | 123 | if(arg!=NULL ) |
124 | 124 | free(arg);/* sqlca structure allocated in ECPGget_sqlca */ |
|