diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-01-26 22:25:36 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-01-26 22:25:36 +0000 |
commit | 7edafafd731c36466daf99440882ae9225a141f1 (patch) | |
tree | fd9a9e32a95f0643a0dcbfb20d8910f22b3f51aa | |
parent | c5c71aa51d2742a34dd1bc841f1db32500334337 (diff) | |
download | postgresql-7edafafd731c36466daf99440882ae9225a141f1.tar.gz postgresql-7edafafd731c36466daf99440882ae9225a141f1.zip |
gcc complains about improperly terminated comment.
-rw-r--r-- | src/interfaces/odbc/psqlodbc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/odbc/psqlodbc.h b/src/interfaces/odbc/psqlodbc.h index ee109aaf076..b686a0e3b7b 100644 --- a/src/interfaces/odbc/psqlodbc.h +++ b/src/interfaces/odbc/psqlodbc.h @@ -6,6 +6,7 @@ * * Comments: See "notice.txt" for copyright and license information. * + * $Id: psqlodbc.h,v 1.28 2001/01/26 22:25:36 tgl Exp $ */ #ifndef __PSQLODBC_H__ @@ -85,7 +86,7 @@ typedef UInt4 Oid; #define MAX_KEYPARTS 20 #define MAX_KEYLEN 512 /* max key of the form "date+outlet+invoice" */ #define MAX_ROW_SIZE 0 /* Unlimited rowsize with the Tuple Toaster */ -#define MAX_STATEMENT_LEN 0 /* Unlimited statement size with 7.0 +#define MAX_STATEMENT_LEN 0 /* Unlimited statement size with 7.0 */ /* Previously, numerous query strings were defined of length MAX_STATEMENT_LEN */ /* Now that's 0, lets use this instead. DJP 24-1-2001 */ |