summaryrefslogtreecommitdiff
path: root/contrib/pg_buffercache/pg_buffercache_pages.h
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2005-04-01 08:41:19 +0000
committerNeil Conway <neilc@samurai.com>2005-04-01 08:41:19 +0000
commitf5dbbdcf00be796b4b7169a49659aeacf55fea87 (patch)
tree7b1651652768ef20346bd6807a2a684a3dfec5fc /contrib/pg_buffercache/pg_buffercache_pages.h
parent135f65e2991b40635cd0469ec3099c1242c2ab6f (diff)
Remove pg_buffercache_pages.h -- patch from Mark Kirkwood.
Diffstat (limited to 'contrib/pg_buffercache/pg_buffercache_pages.h')
-rw-r--r--contrib/pg_buffercache/pg_buffercache_pages.h18
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 */