mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Add missing file.
This commit is contained in:
parent
922c83fe62
commit
ee85fda2ad
1 changed files with 4 additions and 0 deletions
4
src/interfaces/ecpg/test/header_test.h
Normal file
4
src/interfaces/ecpg/test/header_test.h
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
exec sql include sqlca;
|
||||
|
||||
exec sql whenever not found do set_not_found();
|
||||
exec sql whenever sqlerror sqlprint;
|
||||
Loading…
Reference in a new issue