Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2cbc8 commit 0a97cb3Copy full SHA for 0a97cb3
src/backend/storage/buffer/bufmgr.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $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 $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -1025,7 +1025,7 @@ BufferBackgroundWriter(void)
1025
1026
for (;;)
1027
{
1028
- int n, i;
+ int n;
1029
1030
/*
1031
* Call BufferSync() with instructions to keep just the
0 commit comments