/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/interfaces/ecpg/test/connect/test4.pgc
20 строк
275 B
Peter Eisentraut
Remove unnecessary parentheses in return statements
05 сен 2017, 21:52
05 сен 2017, 21:52
17273d0
Код
Авторство
О чём код?
#include <stdlib.h> #include <string.h> #include <stdlib.h> #include <stdio.h> exec sql include ../regression; int main(void) { ECPGdebug(1, stderr); exec sql connect to REGRESSDB1 as main; exec sql set connection to main; exec sql disconnect DEFAULT; return 0; }