diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-07-20 16:57:18 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-07-20 16:57:18 +0000 |
| commit | 0da6358f373c2736626b4189a3e7e413e107b9a0 (patch) | |
| tree | 686ef135cf4f3cb094b833f1d754e95e4e7766fd /src/interfaces/odbc/connection.h | |
| parent | 34797d42253d488423b7a86a4a8335786b65cb59 (diff) | |
| download | postgresql-0da6358f373c2736626b4189a3e7e413e107b9a0.tar.gz | |
Cleanup use of 16 that should be NAMEDATALEN.
Diffstat (limited to 'src/interfaces/odbc/connection.h')
| -rw-r--r-- | src/interfaces/odbc/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/connection.h b/src/interfaces/odbc/connection.h index e5d380c5cf..c1b4c32e28 100644 --- a/src/interfaces/odbc/connection.h +++ b/src/interfaces/odbc/connection.h @@ -83,7 +83,7 @@ typedef enum { #define NO_AUTHENTICATION 7 #define PATH_SIZE 64 #define ARGV_SIZE 64 -#define NAMEDATALEN 16 +#define NAMEDATALEN 32 typedef unsigned int ProtocolVersion; |
