Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a97cb3

Browse files
committed
Remove unused variable.
1 parent5b2cbc8 commit0a97cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/storage/buffer/bufmgr.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.145 2003/11/19 15:55:07 wieck Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.146 2003/11/21 17:41:31 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -1025,7 +1025,7 @@ BufferBackgroundWriter(void)
10251025
*/
10261026
for (;;)
10271027
{
1028-
intn,i;
1028+
intn;
10291029

10301030
/*
10311031
* Call BufferSync() with instructions to keep just the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp