1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Add pg_buffercache contrib module, from Mark Kirkwood.

This commit is contained in:
Neil Conway
2005-03-12 15:36:24 +00:00
parent 919594f3e2
commit de004e44e2
7 changed files with 409 additions and 1 deletions

View File

@ -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 */