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
50881e33
Commit
50881e33
authored
Aug 22, 1997
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove compile warning.
parent
0a50d30b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
src/backend/access/index/istrat.c
src/backend/access/index/istrat.c
+6
-1
No files found.
src/backend/access/index/istrat.c
View file @
50881e33
...
...
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/index/Attic/istrat.c,v 1.
8 1997/08/19 21:29:32
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/index/Attic/istrat.c,v 1.
9 1997/08/22 16:48:14
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -26,6 +26,7 @@
#include <access/istrat.h>
#include <fmgr.h>
#ifndef NO_ASSERT_CHECKING
static
bool
StrategyEvaluationIsValid
(
StrategyEvaluation
evaluation
);
static
bool
StrategyExpressionIsValid
(
StrategyExpression
expression
,
StrategyNumber
maxStrategy
);
...
...
@@ -35,6 +36,8 @@ static bool StrategyOperatorIsValid(StrategyOperator operator,
StrategyNumber
maxStrategy
);
static
bool
StrategyTermIsValid
(
StrategyTerm
term
,
StrategyNumber
maxStrategy
);
#endif
/* ----------------------------------------------------------------
* misc strategy support routines
...
...
@@ -105,6 +108,7 @@ AttributeNumberGetIndexStrategySize(AttrNumber maxAttributeNumber,
maxAttributeNumber
*
maxStrategyNumber
*
sizeof
(
ScanKeyData
);
}
#ifndef NO_ASSERT_CHECKING
/*
* StrategyTransformMapIsValid is now a macro in istrat.h -cim 4/27/91
*/
...
...
@@ -198,6 +202,7 @@ StrategyEvaluationIsValid(StrategyEvaluation evaluation)
}
return
true
;
}
#endif
/* ----------------
* StrategyTermEvaluate
...
...
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