diff options
Diffstat (limited to 'src/interfaces/odbc/psqlodbc.h')
-rw-r--r-- | src/interfaces/odbc/psqlodbc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/psqlodbc.h b/src/interfaces/odbc/psqlodbc.h index 53221050ab1..5386075df6e 100644 --- a/src/interfaces/odbc/psqlodbc.h +++ b/src/interfaces/odbc/psqlodbc.h @@ -83,7 +83,7 @@ typedef UInt4 Oid; /* Info limits */ #define MAX_INFO_STRING 128 #define MAX_KEYPARTS 20 -#define MAX_KEYLEN 512 // max key of the form "date+outlet+invoice" +#define MAX_KEYLEN 512 /* max key of the form "date+outlet+invoice" */ #define MAX_STATEMENT_LEN MAX_MESSAGE_LEN |