mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add missing file.
This commit is contained in:
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;
|
Reference in New Issue
Block a user