PostgreSQL Source Code
git master
preproc-comment.c
Go to the documentation of this file.
1
/* Processed by ecpg (regression mode) */
2
/* These include files are added by the preprocessor */
3
#include <
ecpglib.h
>
4
#include <
ecpgerrno.h
>
5
#include <
sqlca.h
>
6
/* End of automatic include section */
7
#define ECPGdebug(X,Y) ECPGdebug((X)+100,(Y))
8
9
#line 1 "comment.pgc"
10
#include <stdlib.h>
11
12
13
#line 1 "regression.h"
14
15
16
17
18
19
20
#line 3 "comment.pgc"
21
22
23
/* just a test comment */
int
i
;
24
/* just a test comment int j*/
;
25
26
/****************************************************************************/
27
/* Test comment */
28
/*--------------------------------------------------------------------------*/
29
30
int
main
(
void
)
31
{
32
ECPGdebug
(1, stderr);
33
34
{
ECPGconnect
(__LINE__, 0,
"ecpg1_regression"
, NULL, NULL , NULL, 0); }
35
#line 17 "comment.pgc"
36
37
38
{
ECPGdisconnect
(__LINE__,
"CURRENT"
);}
39
#line 19 "comment.pgc"
40
41
exit
(0);
42
}
ECPGdisconnect
bool ECPGdisconnect(int lineno, const char *connection_name)
Definition:
connect.c:676
ECPGconnect
bool ECPGconnect(int lineno, int c, const char *name, const char *user, const char *passwd, const char *connection_name, int autocommit)
Definition:
connect.c:255
ecpgerrno.h
ecpglib.h
exit
exit(1)
main
int main(void)
Definition:
preproc-comment.c:30
i
int i
Definition:
preproc-comment.c:23
ECPGdebug
#define ECPGdebug(X, Y)
Definition:
preproc-comment.c:7
sqlca.h
src
interfaces
ecpg
test
expected
preproc-comment.c
Generated on Mon Jan 20 2025 12:13:28 for PostgreSQL Source Code by
1.9.4