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 f00d75b commit eae7e00Copy full SHA for eae7e00
src/backend/storage/smgr/md.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/storage/smgr/md.c,v 1.133 2007/11/15 22:25:16 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/storage/smgr/md.c,v 1.134 2007/11/16 00:57:55 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -1185,7 +1185,7 @@ mdpostckpt(void)
1185
* New entries are appended to the end, so if the entry is new we've
1186
* reached the end of old entries.
1187
1188
- if (entry->cycle_ctr == mdsync_cycle_ctr)
+ if (entry->cycle_ctr == mdckpt_cycle_ctr)
1189
break;
1190
1191
/* Else assert we haven't missed it */
0 commit comments