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 ebaa195 commit 888bcdbCopy full SHA for 888bcdb
contrib/pg_standby/pg_standby.c
@@ -1,5 +1,5 @@
1
/*
2
- * $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.25 2009/06/25 12:03:10 heikki Exp $
+ * $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.26 2009/06/25 19:33:25 tgl Exp $
3
*
4
5
* pg_standby.c
@@ -614,8 +614,10 @@ main(int argc, char **argv)
614
* Link feature disabled, possibly permanently. Linking
615
* causes a problem after recovery ends that is not currently
616
* resolved by PostgreSQL. 25 Jun 2009
617
- restoreCommandType = RESTORE_COMMAND_LINK;
618
- */
+ */
+#ifdef NOT_USED
619
+ restoreCommandType = RESTORE_COMMAND_LINK;
620
+#endif
621
break;
622
case 'r': /* Retries */
623
maxretries = atoi(optarg);
0 commit comments