mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Make prior patch pgindent-safe.
This commit is contained in:
@ -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
|
* pg_standby.c
|
||||||
@ -614,8 +614,10 @@ main(int argc, char **argv)
|
|||||||
* Link feature disabled, possibly permanently. Linking
|
* Link feature disabled, possibly permanently. Linking
|
||||||
* causes a problem after recovery ends that is not currently
|
* causes a problem after recovery ends that is not currently
|
||||||
* resolved by PostgreSQL. 25 Jun 2009
|
* resolved by PostgreSQL. 25 Jun 2009
|
||||||
restoreCommandType = RESTORE_COMMAND_LINK;
|
|
||||||
*/
|
*/
|
||||||
|
#ifdef NOT_USED
|
||||||
|
restoreCommandType = RESTORE_COMMAND_LINK;
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
case 'r': /* Retries */
|
case 'r': /* Retries */
|
||||||
maxretries = atoi(optarg);
|
maxretries = atoi(optarg);
|
||||||
|
Reference in New Issue
Block a user