Skip to content

Commit 888bcdb

Browse files
committed
Make prior patch pgindent-safe.
1 parent ebaa195 commit 888bcdb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

contrib/pg_standby/pg_standby.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.25 2009/06/25 12:03:10 heikki Exp $
2+
* $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.26 2009/06/25 19:33:25 tgl Exp $
33
*
44
*
55
* pg_standby.c
@@ -614,8 +614,10 @@ main(int argc, char **argv)
614614
* Link feature disabled, possibly permanently. Linking
615615
* causes a problem after recovery ends that is not currently
616616
* resolved by PostgreSQL. 25 Jun 2009
617-
restoreCommandType = RESTORE_COMMAND_LINK;
618-
*/
617+
*/
618+
#ifdef NOT_USED
619+
restoreCommandType = RESTORE_COMMAND_LINK;
620+
#endif
619621
break;
620622
case 'r': /* Retries */
621623
maxretries = atoi(optarg);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy