We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c71aa commit 7edafafCopy full SHA for 7edafaf
src/interfaces/odbc/psqlodbc.h
@@ -6,6 +6,7 @@
6
*
7
* Comments: See "notice.txt" for copyright and license information.
8
9
+ * $Id: psqlodbc.h,v 1.28 2001/01/26 22:25:36 tgl Exp $
10
*/
11
12
#ifndef __PSQLODBC_H__
@@ -85,7 +86,7 @@ typedef UInt4 Oid;
85
86
#define MAX_KEYPARTS 20
87
#define MAX_KEYLEN 512 /* max key of the form "date+outlet+invoice" */
88
#define MAX_ROW_SIZE 0 /* Unlimited rowsize with the Tuple Toaster */
-#define MAX_STATEMENT_LEN 0 /* Unlimited statement size with 7.0
89
+#define MAX_STATEMENT_LEN 0 /* Unlimited statement size with 7.0 */
90
91
/* Previously, numerous query strings were defined of length MAX_STATEMENT_LEN */
92
/* Now that's 0, lets use this instead. DJP 24-1-2001 */
0 commit comments