mirror of https://github.com/postgres/postgres
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
501 B
19 lines
501 B
![]()
21 years ago
|
/*-------------------------------------------------------------------------
|
||
|
*
|
||
|
* 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 */
|