diff options
Diffstat (limited to 'src/backend/access/gist/giststrat.c')
-rw-r--r-- | src/backend/access/gist/giststrat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/gist/giststrat.c b/src/backend/access/gist/giststrat.c index 5b204572bd5..c6212edf109 100644 --- a/src/backend/access/gist/giststrat.c +++ b/src/backend/access/gist/giststrat.c @@ -113,7 +113,7 @@ static StrategyEvaluationData GISTEvaluationData = { (StrategyTransformMap) GISTNegate, /* how to do (not qual) */ (StrategyTransformMap) GISTCommute, /* how to swap operands */ (StrategyTransformMap) GISTNegateCommute, /* how to do both */ - NULL + { NULL } }; StrategyNumber |