1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +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

@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/contrib/Makefile,v 1.53 2004/12/14 22:50:23 tgl Exp $
# $PostgreSQL: pgsql/contrib/Makefile,v 1.54 2005/03/12 15:36:24 neilc Exp $
subdir = contrib
top_builddir = ..
@@ -26,6 +26,7 @@ WANTED_DIRS = \
noupdate \
oid2name \
pg_autovacuum \
pg_buffercache \
pg_dumplo \
pg_trgm \
pgbench \