mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
From: Michael Meskes <Michael.Meskes@usa.net>
+ + Wed Jan 27 12:42:22 CET 1999 + + - Fixed bug that caused ecpg to lose 'goto' information. + - Set ecpg version to 2.4.7 + + Fri Jan 29 18:03:52 CET 1999 + + - Fixed bug that caused 'enum' to be rejected in pure C code. + - Fixed bug that caused function names to be translated to lower case. + - Set ecpg version to 2.4.8 +
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
exec sql include sqlca;
|
||||
|
||||
exec sql whenever sqlerror do print_and_stop();
|
||||
exec sql whenever sqlerror do PrintAndStop();
|
||||
exec sql whenever sqlwarning do warn();
|
||||
|
||||
void print_and_stop(void)
|
||||
void PrintAndStop(void)
|
||||
{
|
||||
sqlprint();
|
||||
exit(-1);
|
||||
|
Reference in New Issue
Block a user