summaryrefslogtreecommitdiff
path: root/src/include/storage
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-03-19 23:27:11 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-03-19 23:27:11 +0000
commit91728fa26cabac4b34055ab8e23d0751f0b16753 (patch)
tree59a1caabd632d250173dbe6fcec4031ce05283b4 /src/include/storage
parentd65522aeb6eac89f8491b0852c3543d6c0aeb94a (diff)
downloadpostgresql-91728fa26cabac4b34055ab8e23d0751f0b16753.tar.gz
Add temp_buffers GUC variable to allow users to determine the size
of the local buffer arena for temporary table access.
Diffstat (limited to 'src/include/storage')
-rw-r--r--src/include/storage/bufmgr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h
index 9268335b02..b8bf0f978a 100644
--- a/src/include/storage/bufmgr.h
+++ b/src/include/storage/bufmgr.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/storage/bufmgr.h,v 1.91 2005/03/18 16:16:09 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/bufmgr.h,v 1.92 2005/03/19 23:27:10 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -157,7 +157,6 @@ extern void BufmgrCommit(void);
extern void BufferSync(void);
extern void BgBufferSync(void);
-extern void InitLocalBuffer(void);
extern void AtProcExit_LocalBuffers(void);
/* in freelist.c */