PostgreSQL Source Code  git master
preproc-comment.c File Reference
#include <ecpglib.h>
#include <ecpgerrno.h>
#include <sqlca.h>
#include <stdlib.h>
Include dependency graph for preproc-comment.c:

Go to the source code of this file.

Macros

#define ECPGdebug(X, Y)   ECPGdebug((X)+100,(Y))
 

Functions

int main (void)
 

Variables

int i
 

Macro Definition Documentation

◆ ECPGdebug

#define ECPGdebug (   X,
 
)    ECPGdebug((X)+100,(Y))

Definition at line 7 of file preproc-comment.c.

Function Documentation

◆ main()

int main ( void  )

Definition at line 30 of file preproc-comment.c.

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 }
bool ECPGdisconnect(int lineno, const char *connection_name)
Definition: connect.c:673
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
exit(1)
#define ECPGdebug(X, Y)

References ECPGconnect(), ECPGdebug, ECPGdisconnect(), and exit().

Variable Documentation

◆ i

int i

Definition at line 23 of file preproc-comment.c.