projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea31f74
)
Make prior patch pgindent-safe.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 25 Jun 2009 19:33:25 +0000
(19:33 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 25 Jun 2009 19:33:25 +0000
(19:33 +0000)
contrib/pg_standby/pg_standby.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_standby/pg_standby.c
b/contrib/pg_standby/pg_standby.c
index dcec49116bcaff02515ed5ddb0e7842ee8158a35..a8e23edc07c41db61c98b5a0a2d0e2274b419a4c 100644
(file)
--- a/
contrib/pg_standby/pg_standby.c
+++ b/
contrib/pg_standby/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);