/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/interfaces/ecpg/test/expected/connect-test4.c
44 строки
674 B
Peter Eisentraut
Remove unnecessary parentheses in return statements
05 сен 2017, 21:52
05 сен 2017, 21:52
17273d0
Код
Авторство
О чём код?
/* Processed by ecpg (regression mode) */ /* These include files are added by the preprocessor */ #include <ecpglib.h> #include <ecpgerrno.h> #include <sqlca.h> /* End of automatic include section */ #define ECPGdebug(X,Y) ECPGdebug((X)+100,(Y)) #line 1 "test4.pgc" #include <stdlib.h> #include <string.h> #include <stdlib.h> #include <stdio.h> #line 1 "regression.h" #line 6 "test4.pgc" int main(void) { ECPGdebug(1, stderr); { ECPGconnect(__LINE__, 0, "ecpg1_regression" , NULL, NULL , "main", 0); } #line 13 "test4.pgc" { ECPGsetconn(__LINE__, "main");} #line 15 "test4.pgc" { ECPGdisconnect(__LINE__, "DEFAULT");} #line 17 "test4.pgc" return 0; }