diff options
Diffstat (limited to 'src/include/access/gist_private.h')
| -rw-r--r-- | src/include/access/gist_private.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/include/access/gist_private.h b/src/include/access/gist_private.h index a85da662cec..4df5fed116b 100644 --- a/src/include/access/gist_private.h +++ b/src/include/access/gist_private.h @@ -87,7 +87,6 @@ typedef struct GISTScanOpaqueData  typedef GISTScanOpaqueData *GISTScanOpaque;  /* XLog stuff */ -extern const XLogRecPtr XLogRecPtrForTemp;  #define XLOG_GIST_PAGE_UPDATE		0x00  #define XLOG_GIST_NEW_ROOT			0x20 @@ -326,6 +325,8 @@ extern void gistMakeUnionKey(GISTSTATE *giststate, int attno,  				 GISTENTRY *entry2, bool isnull2,  				 Datum *dst, bool *dstisnull); +extern XLogRecPtr GetXLogRecPtrForTemp(void); +  /* gistvacuum.c */  extern Datum gistbulkdelete(PG_FUNCTION_ARGS);  extern Datum gistvacuumcleanup(PG_FUNCTION_ARGS); | 
