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 2828 * Portions Copyright (c) 2010-2010, PostgreSQL Global Development Group
2929 *
3030 * 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 $
3232 *
3333 *-------------------------------------------------------------------------
3434 */
@@ -93,6 +93,7 @@ static volatile sig_atomic_t ready_to_stop = false;
9393static void WalSndSigHupHandler (SIGNAL_ARGS );
9494static void WalSndShutdownHandler (SIGNAL_ARGS );
9595static void WalSndQuickDieHandler (SIGNAL_ARGS );
96+ static void WalSndLastCycleHandler (SIGNAL_ARGS );
9697
9798/* Prototypes for private functions */
9899static int WalSndLoop (void );
You can’t perform that action at this time.
0 commit comments