|
|
@ -7,7 +7,7 @@ |
|
|
|
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group |
|
|
|
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group |
|
|
|
* Portions Copyright (c) 1994, Regents of the University of California |
|
|
|
* Portions Copyright (c) 1994, Regents of the University of California |
|
|
|
* |
|
|
|
* |
|
|
|
* $PostgreSQL: pgsql/src/include/storage/bufmgr.h,v 1.90 2005/03/04 20:21:07 tgl Exp $ |
|
|
|
* $PostgreSQL: pgsql/src/include/storage/bufmgr.h,v 1.91 2005/03/18 16:16:09 tgl Exp $ |
|
|
|
* |
|
|
|
* |
|
|
|
*------------------------------------------------------------------------- |
|
|
|
*------------------------------------------------------------------------- |
|
|
|
*/ |
|
|
|
*/ |
|
|
@ -158,6 +158,7 @@ extern void BufferSync(void); |
|
|
|
extern void BgBufferSync(void); |
|
|
|
extern void BgBufferSync(void); |
|
|
|
|
|
|
|
|
|
|
|
extern void InitLocalBuffer(void); |
|
|
|
extern void InitLocalBuffer(void); |
|
|
|
|
|
|
|
extern void AtProcExit_LocalBuffers(void); |
|
|
|
|
|
|
|
|
|
|
|
/* in freelist.c */ |
|
|
|
/* in freelist.c */ |
|
|
|
extern void StrategyHintVacuum(bool vacuum_active); |
|
|
|
extern void StrategyHintVacuum(bool vacuum_active); |
|
|
|