Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
f5dbbdcf
Commit
f5dbbdcf
authored
20 years ago
by
Neil Conway
Browse files
Options
Downloads
Patches
Plain Diff
Remove pg_buffercache_pages.h -- patch from Mark Kirkwood.
parent
135f65e2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/pg_buffercache/pg_buffercache_pages.c
+3
-2
3 additions, 2 deletions
contrib/pg_buffercache/pg_buffercache_pages.c
contrib/pg_buffercache/pg_buffercache_pages.h
+0
-18
0 additions, 18 deletions
contrib/pg_buffercache/pg_buffercache_pages.h
with
3 additions
and
20 deletions
contrib/pg_buffercache/pg_buffercache_pages.c
+
3
−
2
View file @
f5dbbdcf
...
...
@@ -3,7 +3,7 @@
* pg_buffercache_pages.c
* display some contents of the buffer cache
*
* $PostgreSQL: pgsql/contrib/pg_buffercache/pg_buffercache_pages.c,v 1.
2
2005/0
3/3
1 0
0
:4
5:26
neilc Exp $
* $PostgreSQL: pgsql/contrib/pg_buffercache/pg_buffercache_pages.c,v 1.
3
2005/0
4/0
1 0
8
:4
1:19
neilc Exp $
*-------------------------------------------------------------------------
*/
#include
"postgres.h"
...
...
@@ -12,7 +12,6 @@
#include
"storage/buf_internals.h"
#include
"storage/bufmgr.h"
#include
"utils/relcache.h"
#include
"pg_buffercache_pages.h"
#define NUM_BUFFERCACHE_PAGES_ELEM 6
...
...
@@ -22,6 +21,8 @@ extern DLLIMPORT BufferDesc *BufferDescriptors;
extern
DLLIMPORT
volatile
uint32
InterruptHoldoffCount
;
#endif
Datum
pg_buffercache_pages
(
PG_FUNCTION_ARGS
);
/*
* Record structure holding the to be exposed cache data.
...
...
This diff is collapsed.
Click to expand it.
contrib/pg_buffercache/pg_buffercache_pages.h
deleted
100644 → 0
+
0
−
18
View file @
135f65e2
/*-------------------------------------------------------------------------
*
* 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 */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment