index 18d75ffaa72c2db3781f630d4bc59a7653579471..000dac5662a2ca70df93b2aca86b6e137567c347 100644 (file)
/*
- * $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.20 2009年03月18日 20:30:35 heikki Exp $
+ * $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.21 2009年03月26日 22:29:13 tgl Exp $
*
*
* pg_standby.c
fflush(stderr);
}
- while (numretries < maxretries)
+ while (numretries <= maxretries)
{
rc = system(restoreCommand);
if (rc == 0)