Skip to content

Commit bca03b1

Browse files
committed
Add missing function prototype.
Fujii Masao
1 parent 4da29da commit bca03b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/replication/walsender.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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;
9393
static void WalSndSigHupHandler(SIGNAL_ARGS);
9494
static void WalSndShutdownHandler(SIGNAL_ARGS);
9595
static void WalSndQuickDieHandler(SIGNAL_ARGS);
96+
static void WalSndLastCycleHandler(SIGNAL_ARGS);
9697

9798
/* Prototypes for private functions */
9899
static int WalSndLoop(void);

0 commit comments

Comments
 (0)