|
PostgreSQL Source Code git master
|
#include <ecpglib.h>#include <ecpgerrno.h>#include <sqlca.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 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 PGDLLIMPORT |
Definition at line 32 of file thread-descriptor.c.
| #define POSTGRES_SQLCA_H |
Definition at line 26 of file thread-descriptor.c.
| #define REPEATS 50000 |
Definition at line 21 of file thread-descriptor.c.
| #define sqlca (*ECPGget_sqlca()) |
Definition at line 83 of file thread-descriptor.c.
| #define SQLERRMC_LEN 150 |
Definition at line 36 of file thread-descriptor.c.
| #define THREADS 16 |
Definition at line 20 of file thread-descriptor.c.
Definition at line 108 of file misc.c.
Definition at line 104 of file thread-descriptor.c.
References ECPGallocate_desc(), ECPGdeallocate_desc(), fb(), i, REPEATS, sqlca, and sqlprint().
Referenced by main().
Definition at line 128 of file thread-descriptor.c.