1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Applied Joachim's patch for ecpg_config.h creation on Vista.

Changed variable test to not run into infinite loops on backend errors.
This commit is contained in:
Michael Meskes
2007-05-27 11:16:41 +00:00
parent 8d675c85c5
commit 93625aa8ac
3 changed files with 9 additions and 3 deletions

View File

@ -3,7 +3,7 @@
exec sql include ../regression;
exec sql whenever sqlerror sqlprint;
exec sql whenever sqlerror stop;
exec sql type c is char reference;
typedef char* c;