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, 0 insertions, 18 deletions
diff --git a/contrib/pg_buffercache/pg_buffercache_pages.h b/contrib/pg_buffercache/pg_buffercache_pages.h deleted file mode 100644 index 05d97a5882c..00000000000 --- a/contrib/pg_buffercache/pg_buffercache_pages.h +++ /dev/null @@ -1,18 +0,0 @@ -/*------------------------------------------------------------------------- - * - * 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 */ |