From 1fa6be6f69dc7723f67c24480c06663fba585d15 Mon Sep 17 00:00:00 2001 From: Michael Meskes Date: Wed, 2 Aug 2006 13:43:23 +0000 Subject: ynced parser and keyword list. Implemented EXEC SQL UNDEF. Applied first version of the regression test patch by Joachim Wieland . --- src/interfaces/ecpg/include/ecpglib.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/interfaces/ecpg/include') diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h index 8998f400792..a60b4f0dee1 100644 --- a/src/interfaces/ecpg/include/ecpglib.h +++ b/src/interfaces/ecpg/include/ecpglib.h @@ -1,7 +1,7 @@ /* * this is a small part of c.h since we don't want to leak all postgres * definitions into ecpg programs - * $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpglib.h,v 1.67 2006/07/11 13:54:25 momjian Exp $ + * $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpglib.h,v 1.68 2006/08/02 13:43:23 meskes Exp $ */ #ifndef _ECPGLIB_H @@ -85,6 +85,10 @@ bool ECPGdescribe(int, bool, const char *,...); /* dynamic result allocation */ void ECPGfree_auto_mem(void); +#ifdef ENABLE_THREAD_SAFETY +void ecpg_pthreads_init(); +#endif + #ifdef __cplusplus } #endif -- cgit v1.2.3