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 d1c2446 commit 78b25fdCopy full SHA for 78b25fd
contrib/pg_standby/pg_standby.c
@@ -1,5 +1,5 @@
1
/*
2
- * $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.13 2008/07/08 15:11:58 heikki Exp $
+ * $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.14 2008/12/15 21:11:54 momjian Exp $
3
*
4
5
* pg_standby.c
@@ -117,6 +117,7 @@ CustomizableInitialize(void)
117
{
118
case RESTORE_COMMAND_LINK:
119
SET_RESTORE_COMMAND("mklink", WALFilePath, xlogFilePath);
120
+ break;
121
case RESTORE_COMMAND_COPY:
122
default:
123
SET_RESTORE_COMMAND("copy", WALFilePath, xlogFilePath);
0 commit comments