1
0
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:
Bruce Momjian
1999-11-30 02:44:09 +00:00
parent daf6ffb6f0
commit d264b53d2f
6 changed files with 27 additions and 29 deletions

View File

@ -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;