mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
1) Most driver options could be set per DSN.
2) Keep FE/BE protocol more precisely. 3) Improve procedure calls. 4) A trial to avoid PREMATURE execution(#ifdef'd now). Hiroshi Inoue
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
*
|
||||
* Comments: See "notice.txt" for copyright and license information.
|
||||
*
|
||||
* $Id: psqlodbc.h,v 1.46 2001/08/24 14:07:50 petere Exp $
|
||||
* $Id: psqlodbc.h,v 1.47 2001/09/07 06:02:22 inoue Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -145,10 +145,6 @@ typedef struct GlobalValues_
|
||||
char extra_systable_prefixes[MEDIUM_REGISTRY_LEN];
|
||||
char conn_settings[LARGE_REGISTRY_LEN];
|
||||
char protocol[SMALL_REGISTRY_LEN];
|
||||
|
||||
|
||||
FILE *mylogFP;
|
||||
FILE *qlogFP;
|
||||
} GLOBAL_VALUES;
|
||||
|
||||
typedef struct StatementOptions_
|
||||
@ -176,6 +172,7 @@ typedef struct QueryInfo_
|
||||
char *cursor;
|
||||
} QueryInfo;
|
||||
|
||||
void logs_on_off(int cnopen, int, int);
|
||||
|
||||
#define PG_TYPE_LO (-999) /* hack until permanent
|
||||
* type available */
|
||||
|
Reference in New Issue
Block a user