File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 28
28
* Portions Copyright (c) 2010-2010, PostgreSQL Global Development Group
29
29
*
30
30
* IDENTIFICATION
31
- * $PostgreSQL: pgsql/src/backend/replication/walsender.c,v 1.28 2010/07/06 19:18:57 momjian Exp $
31
+ * $PostgreSQL: pgsql/src/backend/replication/walsender.c,v 1.29 2010/07/22 13:03:11 rhaas Exp $
32
32
*
33
33
*-------------------------------------------------------------------------
34
34
*/
@@ -93,6 +93,7 @@ static volatile sig_atomic_t ready_to_stop = false;
93
93
static void WalSndSigHupHandler (SIGNAL_ARGS );
94
94
static void WalSndShutdownHandler (SIGNAL_ARGS );
95
95
static void WalSndQuickDieHandler (SIGNAL_ARGS );
96
+ static void WalSndLastCycleHandler (SIGNAL_ARGS );
96
97
97
98
/* Prototypes for private functions */
98
99
static int WalSndLoop (void );
You can’t perform that action at this time.
0 commit comments