|
PostgreSQL Source Code git master
|
#include <ecpglib.h>#include <ecpgerrno.h>#include <sqlca.h>#include <stdint.h>#include <stdlib.h>#include "ecpg_config.h"#include <pthread.h>#include <stdio.h>
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 50 |
| #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 PGDLLIMPORT |
Definition at line 36 of file thread-alloc.c.
| #define POSTGRES_SQLCA_H |
Definition at line 30 of file thread-alloc.c.
| #define REPEATS 50 |
Definition at line 25 of file thread-alloc.c.
| #define sqlca (*ECPGget_sqlca()) |
Definition at line 87 of file thread-alloc.c.
| #define SQLERRMC_LEN 150 |
Definition at line 40 of file thread-alloc.c.
| #define THREADS 16 |
Definition at line 24 of file thread-alloc.c.
Definition at line 108 of file misc.c.
Definition at line 119 of file thread-alloc.c.
References arg, ECPG_NOT_FOUND, ECPGconnect(), ECPGdisconnect(), ECPGdo(), ECPGsetcommit(), ECPGst_normal, ECPGt_char, ECPGt_EOIT, ECPGt_EORT, ECPGt_NO_INDICATOR, fb(), free, i, name, REPEATS, sprintf, sqlca, sqlprint(), and value.
Referenced by _ArchiveEntry(), _ArchiveEntry(), check_foreign_key(), close_walfile(), create_LifetimeEnd(), expand_tilde(), fmgr_symbol(), format_function_arguments(), format_function_signature(), main(), open_walfile(), ParseFuncOrColumn(), pgfnames_cleanup(), scan_directory(), scan_file(), SetOutput(), skipfile(), sql_check(), and transformFuncCall().
Definition at line 182 of file thread-alloc.c.