PostgreSQL Source Code
git master
|
Go to the source code of this file.
Data Structures | |
struct | sqlca_t |
Macros | |
#define | ECPGdebug(X, Y) ECPGdebug((X)+100,(Y)) |
#define | THREADS 16 |
#define | REPEATS 50000 |
#define | POSTGRES_SQLCA_H |
#define | PGDLLIMPORT |
#define | SQLERRMC_LEN 150 |
#define | sqlca (*ECPGget_sqlca()) |
Functions | |
struct sqlca_t * | ECPGget_sqlca (void) |
static void * | fn (void *arg) |
int | main () |
#define ECPGdebug | ( | X, | |
Y | |||
) | ECPGdebug((X)+100,(Y)) |
Definition at line 7 of file thread-descriptor.c.
#define PGDLLIMPORT |
Definition at line 34 of file thread-descriptor.c.
#define POSTGRES_SQLCA_H |
Definition at line 28 of file thread-descriptor.c.
#define REPEATS 50000 |
Definition at line 23 of file thread-descriptor.c.
#define sqlca (*ECPGget_sqlca()) |
Definition at line 85 of file thread-descriptor.c.
Referenced by fn().
#define SQLERRMC_LEN 150 |
Definition at line 38 of file thread-descriptor.c.
#define THREADS 16 |
Definition at line 22 of file thread-descriptor.c.
Referenced by main().
struct sqlca_t* ECPGget_sqlca | ( | void | ) |
Definition at line 141 of file misc.c.
References ecpg_init_sqlca(), malloc, pthread_getspecific(), pthread_setspecific(), and sqlca.
Referenced by ecpg_get_data(), ECPG_informix_reset_sqlca(), ecpg_init(), ecpg_log(), ecpg_process_output(), ecpg_raise(), ecpg_raise_backend(), ECPGallocate_desc(), ECPGconnect(), ECPGdeallocate_desc(), ECPGdisconnect(), ECPGget_desc(), ECPGget_desc_header(), ECPGnoticeReceiver(), ECPGset_var(), main(), and sqlprint().
|
static |
Definition at line 106 of file thread-descriptor.c.
References ECPGallocate_desc(), ECPGdeallocate_desc(), i, REPEATS, sqlca, and sqlprint().
Referenced by _ArchiveEntry(), check_foreign_key(), create_LifetimeEnd(), ECPGis_noind_null(), expand_tilde(), format_function_arguments(), format_function_arguments_old(), format_function_signature(), ltq_regex(), main(), open_walfile(), pgfnames_cleanup(), scan_directory(), and SetOutput().