mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Fix ODBC compile, prevent ODBCVER warning, though the version numbers go
not match.
This commit is contained in:
@ -34,7 +34,9 @@ typedef double SDOUBLE;
|
||||
typedef UInt4 Oid;
|
||||
|
||||
/* Driver stuff */
|
||||
#ifndef ODBCVER
|
||||
#define ODBCVER 0x0250
|
||||
#endif
|
||||
#define DRIVER_ODBC_VER "02.50"
|
||||
|
||||
#define DRIVERNAME "PostgreSQL ODBC"
|
||||
|
Reference in New Issue
Block a user