mirror of
https://github.com/postgres/postgres.git
synced 2025-10-21 02:52:47 +03:00
Provide some initial support for building the ODBC driver for
an already installed iODBC or unixODBC driver manager. In particular, use the include files provided by the driver manager over our own, and use the odbcinst library of the driver manager rather than gpps.c. Migrate portability sections common to several files into psqlodbc.h.
This commit is contained in:
@@ -36,8 +36,6 @@ typedef unsigned int in_addr_t;
|
||||
#define SOCKETFD SOCKET
|
||||
#endif
|
||||
|
||||
#include "psqlodbc.h"
|
||||
|
||||
#define SOCKET_ALREADY_CONNECTED 1
|
||||
#define SOCKET_HOST_NOT_FOUND 2
|
||||
#define SOCKET_COULD_NOT_CREATE_SOCKET 3
|
||||
|
Reference in New Issue
Block a user