search for: usesqlvm

Displaying 2 results from an estimated 2 matches for "usesqlvm".

Did you mean: use_llvm
2004 Jun 23
0
UPDATE Patch for postgres enabled app_voicemail.c
...ow is the new patch: *** app_voicemail.c 2004-06-23 07:55:54.000000000 -0600 --- app_voicemail.c.new 2004-06-23 07:55:47.000000000 -0600 *************** *** 49,61 **** /* * PostgreSQL routines written by Otmar Lendl <lendl@nic.at> */ ! #include <postgresql/libpq-fe.h> #define USESQLVM 1 #endif #ifndef USESQLVM static inline int sql_init(void) { return 0; } static inline void sql_close(void) { } #endif #include <pthread.h> --- 49,64 ---- /* * PostgreSQL routines written by Otmar Lendl <lendl@nic.at> */ ! #include <libpq-fe.h> #define USES...
2004 Jun 23
0
Patch for postgres enabled app_voicemail.c
...att Patch follows: *** app_voicemail.c 2004-06-23 07:30:02.000000000 -0600 --- app_voicemail.c.new 2004-06-23 07:29:08.000000000 -0600 *************** *** 49,61 **** /* * PostgreSQL routines written by Otmar Lendl <lendl@nic.at> */ ! #include <postgresql/libpq-fe.h> #define USESQLVM 1 #endif #ifndef USESQLVM static inline int sql_init(void) { return 0; } static inline void sql_close(void) { } #endif #include <pthread.h> --- 49,64 ---- /* * PostgreSQL routines written by Otmar Lendl <lendl@nic.at> */ ! #include <libpq-fe.h> #define USES...