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

- Fixed variable handling for struct members.

- Removed check for array input. An attribut might store the
          complete array.
This commit is contained in:
Michael Meskes
2002-01-13 08:52:09 +00:00
parent 4b20cc1032
commit 7138a1e5fc
6 changed files with 24 additions and 19 deletions

View File

@ -1,7 +1,5 @@
#include <string.h>
exec sql include sqlca;
/* just a test comment */ exec sql whenever sqlerror do PrintAndStop(msg);
exec sql whenever sqlwarning do warn();