1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-22 12:22:45 +03:00

Fix a lot of compile errors on unix.

Fix '\\' handling for bytea type.
This commit is contained in:
Hiroshi Inoue
2001-08-21 05:21:09 +00:00
parent 18529514b1
commit c2f5d08c11
9 changed files with 252 additions and 222 deletions

View File

@@ -26,7 +26,7 @@ typedef signed short RETCODE;
#define SQL_API EXPORT CALLBACK
#endif
#define ODBCVER 0x0250
/*#define ODBCVER 0x0250 */
#define SQL_MAX_MESSAGE_LENGTH 512
#define SQL_MAX_DSN_LENGTH 32