mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Rename readonly to onlyread in odbc. Use varargs properly.
This commit is contained in:
@ -113,7 +113,7 @@ typedef struct GlobalValues_
|
||||
char disable_optimizer;
|
||||
char ksqo;
|
||||
char unique_index;
|
||||
char readonly;
|
||||
char onlyread; /* readonly is reserved on Digital C++ compiler */
|
||||
char use_declarefetch;
|
||||
char text_as_longvarchar;
|
||||
char unknowns_as_longvarchar;
|
||||
|
Reference in New Issue
Block a user