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:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user