mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
pgindent run for 9.0
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/storage/buffer/bufmgr.c,v 1.255 2010/01/23 16:37:12 sriggs Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/storage/buffer/bufmgr.c,v 1.256 2010/02/26 02:00:59 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -2443,12 +2443,12 @@ LockBufferForCleanup(Buffer buffer)
|
||||
bool
|
||||
HoldingBufferPinThatDelaysRecovery(void)
|
||||
{
|
||||
int bufid = GetStartupBufferPinWaitBufId();
|
||||
int bufid = GetStartupBufferPinWaitBufId();
|
||||
|
||||
/*
|
||||
* If we get woken slowly then it's possible that the Startup process
|
||||
* was already woken by other backends before we got here. Also possible
|
||||
* that we get here by multiple interrupts or interrupts at inappropriate
|
||||
* If we get woken slowly then it's possible that the Startup process was
|
||||
* already woken by other backends before we got here. Also possible that
|
||||
* we get here by multiple interrupts or interrupts at inappropriate
|
||||
* times, so make sure we do nothing if the bufid is not set.
|
||||
*/
|
||||
if (bufid < 0)
|
||||
|
Reference in New Issue
Block a user