PostgreSQL Source Code
git master
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
g
h
i
k
l
m
p
r
s
t
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
c
d
f
h
i
n
o
p
r
s
t
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
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
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 Fri Mar 14 2025 00:13:26 for PostgreSQL Source Code by
1.9.4