mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +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:
@ -2198,4 +2198,9 @@ Sun, 20 May 2007 22:01:11 +0200
|
||||
|
||||
- Do not try to find local timezone in DecodeDateTime() because the
|
||||
result is not used anyway. This also fixes Vista's build problems.
|
||||
|
||||
Sun, 27 May 2007 13:14:39 +0200
|
||||
|
||||
- Changed variable test to not run into infinite loops on backend
|
||||
errors.
|
||||
- Set ecpg version to 4.3.1.
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user