mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
pgindent run for 9.0
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.27 2009/11/04 12:51:30 heikki Exp $
|
||||
* $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.28 2010/02/26 02:00:32 momjian Exp $
|
||||
*
|
||||
*
|
||||
* pg_standby.c
|
||||
@ -576,6 +576,7 @@ main(int argc, char **argv)
|
||||
}
|
||||
|
||||
#ifndef WIN32
|
||||
|
||||
/*
|
||||
* You can send SIGUSR1 to trigger failover.
|
||||
*
|
||||
@ -614,9 +615,10 @@ main(int argc, char **argv)
|
||||
}
|
||||
break;
|
||||
case 'l': /* Use link */
|
||||
|
||||
/*
|
||||
* Link feature disabled, possibly permanently. Linking
|
||||
* causes a problem after recovery ends that is not currently
|
||||
* Link feature disabled, possibly permanently. Linking causes
|
||||
* a problem after recovery ends that is not currently
|
||||
* resolved by PostgreSQL. 25 Jun 2009
|
||||
*/
|
||||
#ifdef NOT_USED
|
||||
|
Reference in New Issue
Block a user