mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Remove unused variable.
This commit is contained in:
parent
5b2cbc88bc
commit
0a97cb37fc
@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.145 2003/11/19 15:55:07 wieck Exp $
|
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.146 2003/11/21 17:41:31 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -1025,7 +1025,7 @@ BufferBackgroundWriter(void)
|
|||||||
*/
|
*/
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
int n, i;
|
int n;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Call BufferSync() with instructions to keep just the
|
* Call BufferSync() with instructions to keep just the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user