diff options
Diffstat (limited to 'contrib/pg_buffercache/pg_buffercache_pages.h')
-rw-r--r-- | contrib/pg_buffercache/pg_buffercache_pages.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/pg_buffercache/pg_buffercache_pages.h b/contrib/pg_buffercache/pg_buffercache_pages.h new file mode 100644 index 00000000000..05d97a5882c --- /dev/null +++ b/contrib/pg_buffercache/pg_buffercache_pages.h @@ -0,0 +1,18 @@ +/*------------------------------------------------------------------------- + * + * pg_buffercache_pages.h + * Prototypes for pg_buffercache_pages + * + * + * $PostgreSQL: pgsql/contrib/pg_buffercache/pg_buffercache_pages.h,v 1.1 2005/03/12 15:36:24 neilc Exp $ + * + *------------------------------------------------------------------------- + */ + + +#ifndef PG_BUFFERCACHE_PAGES_H +#define PG_BUFFERCACHE_PAGES_H + +extern Datum pg_buffercache_pages(PG_FUNCTION_ARGS); + +#endif /* PG_BUFFERCACHE_PAGES_H */ |