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

Commiteae7e00

Browse files
committed
Fix stupid typo in recently-added code :-(
1 parentf00d75b commiteae7e00

File tree

1 file changed

+2
-2
lines changed
  • src/backend/storage/smgr

1 file changed

+2
-2
lines changed

‎src/backend/storage/smgr/md.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/storage/smgr/md.c,v 1.133 2007/11/15 22:25:16 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/storage/smgr/md.c,v 1.134 2007/11/16 00:57:55 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -1185,7 +1185,7 @@ mdpostckpt(void)
11851185
* New entries are appended to the end, so if the entry is new we've
11861186
* reached the end of old entries.
11871187
*/
1188-
if (entry->cycle_ctr==mdsync_cycle_ctr)
1188+
if (entry->cycle_ctr==mdckpt_cycle_ctr)
11891189
break;
11901190

11911191
/* Else assert we haven't missed it */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp