We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da29da commit bca03b1Copy full SHA for bca03b1
src/backend/replication/walsender.c
@@ -28,7 +28,7 @@
28
* Portions Copyright (c) 2010-2010, PostgreSQL Global Development Group
29
*
30
* IDENTIFICATION
31
- * $PostgreSQL: pgsql/src/backend/replication/walsender.c,v 1.28 2010/07/06 19:18:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/replication/walsender.c,v 1.29 2010/07/22 13:03:11 rhaas Exp $
32
33
*-------------------------------------------------------------------------
34
*/
@@ -93,6 +93,7 @@ static volatile sig_atomic_t ready_to_stop = false;
93
static void WalSndSigHupHandler(SIGNAL_ARGS);
94
static void WalSndShutdownHandler(SIGNAL_ARGS);
95
static void WalSndQuickDieHandler(SIGNAL_ARGS);
96
+static void WalSndLastCycleHandler(SIGNAL_ARGS);
97
98
/* Prototypes for private functions */
99
static int WalSndLoop(void);
0 commit comments