#include "storage/buf_internals.h"
#include "storage/bufmgr.h"
#include "utils/relcache.h"
-#include "pg_buffercache_pages.h"
#define NUM_BUFFERCACHE_PAGES_ELEM 6
extern DLLIMPORT volatile uint32 InterruptHoldoffCount;
#endif
+Datum pg_buffercache_pages(PG_FUNCTION_ARGS);
+
/*
* Record structure holding the to be exposed cache data.
+++ /dev/null
-/*-------------------------------------------------------------------------
- *
- * pg_buffercache_pages.h
- * Prototypes for pg_buffercache_pages
- *
- *
- * $PostgreSQL$
- *
- *-------------------------------------------------------------------------
- */
-
-
-#ifndef PG_BUFFERCACHE_PAGES_H
-#define PG_BUFFERCACHE_PAGES_H
-
-extern Datum pg_buffercache_pages(PG_FUNCTION_ARGS);
-
-#endif /* PG_BUFFERCACHE_PAGES_H */