Thanks to visit codestin.com Credit goes to github.com
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 4da65a2 commit eb88e7eCopy full SHA for eb88e7e
contrib/pg_standby/pg_standby.c
@@ -1,5 +1,5 @@
1
/*
2
- * $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.14 2008/12/15 21:11:54 momjian Exp $
+ * $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.15 2008/12/15 21:39:25 momjian Exp $
3
*
4
5
* pg_standby.c
@@ -183,7 +183,8 @@ CustomizableNextWALFileReady()
183
* even though the file is still being copied and cannot be opened
184
* by pg_standby yet. So we wait for sleeptime secs before
185
* attempting to restore. If that is not enough, we will rely on
186
- * the retry/holdoff mechanism.
+ * the retry/holdoff mechanism. GNUWin32's cp does not have
187
+ * this problem.
188
*/
189
pg_usleep(sleeptime * 1000000L);
190
#endif
0 commit comments