mirror of
https://github.com/postgres/postgres.git
synced 2025-11-26 23:43:30 +03:00
pgindent run for 8.3.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/include/storage/buf_internals.h,v 1.93 2007/09/25 20:03:38 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/include/storage/buf_internals.h,v 1.94 2007/11/15 21:14:44 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -183,10 +183,10 @@ extern long int LocalBufferFlushCount;
|
||||
|
||||
/* freelist.c */
|
||||
extern volatile BufferDesc *StrategyGetBuffer(BufferAccessStrategy strategy,
|
||||
bool *lock_held);
|
||||
bool *lock_held);
|
||||
extern void StrategyFreeBuffer(volatile BufferDesc *buf);
|
||||
extern bool StrategyRejectBuffer(BufferAccessStrategy strategy,
|
||||
volatile BufferDesc *buf);
|
||||
volatile BufferDesc *buf);
|
||||
|
||||
extern int StrategySyncStart(uint32 *complete_passes, uint32 *num_buf_alloc);
|
||||
extern Size StrategyShmemSize(void);
|
||||
|
||||
Reference in New Issue
Block a user