mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Add missing function prototype.
Fujii Masao
This commit is contained in:
parent
4da29da181
commit
bca03b12c1
@ -28,7 +28,7 @@
|
||||
* Portions Copyright (c) 2010-2010, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $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 $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -93,6 +93,7 @@ static volatile sig_atomic_t ready_to_stop = false;
|
||||
static void WalSndSigHupHandler(SIGNAL_ARGS);
|
||||
static void WalSndShutdownHandler(SIGNAL_ARGS);
|
||||
static void WalSndQuickDieHandler(SIGNAL_ARGS);
|
||||
static void WalSndLastCycleHandler(SIGNAL_ARGS);
|
||||
|
||||
/* Prototypes for private functions */
|
||||
static int WalSndLoop(void);
|
||||
|
Loading…
Reference in New Issue
Block a user