File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 37
37
*
38
38
*
39
39
* IDENTIFICATION
40
- * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.571 2009/02/18 15:58:41 heikki Exp $
40
+ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.572 2009/02/19 16:43:13 heikki Exp $
41
41
*
42
42
* NOTES
43
43
*
@@ -2652,7 +2652,8 @@ PostmasterStateMachine(void)
2652
2652
if (pmState == PM_RECOVERY && RecoveryStatus >= RecoveryConsistent )
2653
2653
{
2654
2654
/*
2655
- * Go to shutdown mode if a shutdown request was pending.
2655
+ * Recovery has reached a consistent recovery point. Go to shutdown
2656
+ * mode if a shutdown request was pending.
2656
2657
*/
2657
2658
if (Shutdown > NoShutdown )
2658
2659
{
@@ -2661,10 +2662,6 @@ PostmasterStateMachine(void)
2661
2662
}
2662
2663
else
2663
2664
{
2664
- /*
2665
- * Startup process has entered recovery. We consider that good
2666
- * enough to reset FatalError.
2667
- */
2668
2665
pmState = PM_RECOVERY_CONSISTENT ;
2669
2666
2670
2667
/*
You can’t perform that action at this time.
0 commit comments