git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ebaa195)
Make prior patch pgindent-safe.
2009年6月25日 19:33:25 +0000 (19:33 +0000)
2009年6月25日 19:33:25 +0000 (19:33 +0000)

diff --git a/contrib/pg_standby/pg_standby.c b/contrib/pg_standby/pg_standby.c
index 106e819b479f03afa2615435a68e7589956a7fe6..eb22f73e8eee1fd965daa061db33bb07e3d4e360 100644 (file)
--- a/contrib/pg_standby/pg_standby.c
+++ b/contrib/pg_standby/pg_standby.c
@@ -1,5 +1,5 @@
/*
- * $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 $
*
*
* pg_standby.c
@@ -614,8 +614,10 @@ main(int argc, char **argv)
* Link feature disabled, possibly permanently. Linking
* causes a problem after recovery ends that is not currently
* resolved by PostgreSQL. 25 Jun 2009
- restoreCommandType = RESTORE_COMMAND_LINK;
- */
+ */
+#ifdef NOT_USED
+ restoreCommandType = RESTORE_COMMAND_LINK;
+#endif
break;
case 'r': /* Retries */
maxretries = atoi(optarg);
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /