Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
7edafafd
Commit
7edafafd
authored
Jan 26, 2001
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gcc complains about improperly terminated comment.
parent
c5c71aa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/interfaces/odbc/psqlodbc.h
src/interfaces/odbc/psqlodbc.h
+2
-1
No files found.
src/interfaces/odbc/psqlodbc.h
View file @
7edafafd
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment