Fri Mar 21 15:13:42 CET 2003
- Made sure preprocessor accepts new datatypes.
+ - Do not free prepared statements at the end of a transaction.
- Set ecpg version to 2.12.0.
- Set ecpg library to 3.4.2.
- Set pgtypes library to 1.0.0
-/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/misc.c,v 1.1 2003/03/16 10:42:53 meskes Exp $ */
+/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/misc.c,v 1.2 2003/03/21 15:31:04 meskes Exp $ */
#include "postgres_fe.h"
{
con->committed = true;
+#if 0
/* deallocate all prepared statements */
if (!ECPGdeallocate_all(lineno))
return false;
+#endif
}
return true;