File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3737 *
3838 *
3939 * IDENTIFICATION
40- * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.612 2010/06/16 00:54:16 petere Exp $
40+ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.613 2010/06/24 16:40:45 rhaas Exp $
4141 *
4242 * NOTES
4343 *
@@ -2224,11 +2224,11 @@ pmdie(SIGNAL_ARGS)
22242224 /* only bgwriter is active in this state */
22252225 pmState = PM_WAIT_BACKENDS ;
22262226 }
2227- if (pmState == PM_RUN ||
2228- pmState == PM_WAIT_BACKUP ||
2229- pmState == PM_WAIT_READONLY ||
2230- pmState == PM_WAIT_BACKENDS ||
2231- pmState == PM_HOT_STANDBY )
2227+ else if (pmState == PM_RUN ||
2228+ pmState == PM_WAIT_BACKUP ||
2229+ pmState == PM_WAIT_READONLY ||
2230+ pmState == PM_WAIT_BACKENDS ||
2231+ pmState == PM_HOT_STANDBY )
22322232 {
22332233 ereport (LOG ,
22342234 (errmsg ("aborting any active transactions" )));
You can’t perform that action at this time.
0 commit comments