diff options
Diffstat (limited to 'src/include/access/gist.h')
-rw-r--r-- | src/include/access/gist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/gist.h b/src/include/access/gist.h index db62a9ac0b4..db78e60eeab 100644 --- a/src/include/access/gist.h +++ b/src/include/access/gist.h @@ -248,6 +248,6 @@ typedef struct do { (e).key = (k); (e).rel = (r); (e).page = (pg); \ (e).offset = (o); (e).leafkey = (l); } while (0) -extern StrategyNumber gisttranslatecmptype(CompareType cmptype, Oid opfamily, Oid opcintype); +extern StrategyNumber gisttranslatecmptype(CompareType cmptype, Oid opfamily); #endif /* GIST_H */ |