diff options
Diffstat (limited to 'src/include/access/gin_private.h')
-rw-r--r-- | src/include/access/gin_private.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/access/gin_private.h b/src/include/access/gin_private.h index 0ff3275c2f3..d46274ee85d 100644 --- a/src/include/access/gin_private.h +++ b/src/include/access/gin_private.h @@ -591,7 +591,6 @@ typedef struct ginxlogDeleteListPages /* ginutil.c */ -extern Datum ginhandler(PG_FUNCTION_ARGS); extern bytea *ginoptions(Datum reloptions, bool validate); extern void initGinState(GinState *state, Relation index); extern Buffer GinNewBuffer(Relation index); @@ -880,9 +879,6 @@ extern void ginFreeScanKeys(GinScanOpaque so); /* ginget.c */ extern int64 gingetbitmap(IndexScanDesc scan, TIDBitmap *tbm); -/* ginfast.c */ -extern Datum gin_clean_pending_list(PG_FUNCTION_ARGS); - /* ginlogic.c */ extern void ginInitConsistentFunction(GinState *ginstate, GinScanKey key); |