Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf5dbbdc

Browse files
author
Neil Conway
committed
Remove pg_buffercache_pages.h -- patch from Mark Kirkwood.
1 parent135f65e commitf5dbbdc

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

‎contrib/pg_buffercache/pg_buffercache_pages.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pg_buffercache_pages.c
44
* display some contents of the buffer cache
55
*
6-
* $PostgreSQL: pgsql/contrib/pg_buffercache/pg_buffercache_pages.c,v 1.2 2005/03/31 00:45:26 neilc Exp $
6+
* $PostgreSQL: pgsql/contrib/pg_buffercache/pg_buffercache_pages.c,v 1.3 2005/04/01 08:41:19 neilc Exp $
77
*-------------------------------------------------------------------------
88
*/
99
#include"postgres.h"
@@ -12,7 +12,6 @@
1212
#include"storage/buf_internals.h"
1313
#include"storage/bufmgr.h"
1414
#include"utils/relcache.h"
15-
#include"pg_buffercache_pages.h"
1615

1716

1817
#defineNUM_BUFFERCACHE_PAGES_ELEM6
@@ -22,6 +21,8 @@ extern DLLIMPORT BufferDesc*BufferDescriptors;
2221
externDLLIMPORTvolatileuint32InterruptHoldoffCount;
2322
#endif
2423

24+
Datumpg_buffercache_pages(PG_FUNCTION_ARGS);
25+
2526

2627
/*
2728
* Record structure holding the to be exposed cache data.

‎contrib/pg_buffercache/pg_buffercache_pages.h

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp