|
7 | 7 | * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.363 2010/01/27 16:41:09 heikki Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.364 2010/01/28 19:17:22 heikki Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -2760,7 +2760,7 @@ RestoreArchivedFile(char *path, const char *xlogfname,
|
2760 | 2760 | uint32restartSeg;
|
2761 | 2761 |
|
2762 | 2762 | /* In standby mode, restore_command might not be supplied */
|
2763 |
| -if (StandbyMode&&recoveryRestoreCommand==NULL) |
| 2763 | +if (recoveryRestoreCommand==NULL) |
2764 | 2764 | gotonot_available;
|
2765 | 2765 |
|
2766 | 2766 | /*
|
|