PostgreSQL Source Code
git master
|
#include <ecpglib.h>
#include <ecpgerrno.h>
#include <sqlca.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <limits.h>
#include <pgtypes_date.h>
#include <pgtypes_timestamp.h>
Go to the source code of this file.
Macros | |
#define | ECPGdebug(X, Y) ECPGdebug((X)+100,(Y)) |
Functions | |
int | main (void) |
Variables | |
char * | dates [] |
static char * | times [] |
char * | intervals [] |
#define ECPGdebug | ( | X, | |
Y | |||
) | ECPGdebug((X)+100,(Y)) |
Definition at line 7 of file pgtypeslib-dt_test2.c.
int main | ( | void | ) |
Definition at line 77 of file pgtypeslib-dt_test2.c.
References dates, ECPGdebug, err(), free, i, intervals, j, malloc, PGTYPESchar_free(), PGTYPESdate_free(), PGTYPESdate_from_asc(), PGTYPESdate_from_timestamp(), PGTYPESdate_new(), PGTYPESdate_to_asc(), PGTYPESinterval_copy(), PGTYPESinterval_free(), PGTYPESinterval_from_asc(), PGTYPESinterval_new(), PGTYPESinterval_to_asc(), PGTYPEStimestamp_add_interval(), PGTYPEStimestamp_from_asc(), PGTYPEStimestamp_to_asc(), printf, sprintf, and times.
char* dates[] |
Definition at line 28 of file pgtypeslib-dt_test2.c.
Referenced by main().
char* intervals[] |
Definition at line 67 of file pgtypeslib-dt_test2.c.
Referenced by btree_xlog_dedup(), and main().
|
static |
Definition at line 60 of file pgtypeslib-dt_test2.c.
Referenced by main().