Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ff84c98

Browse files
committed
cleanup.
1 parent 212c905 commit ff84c98

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/backend/postmaster/postmaster.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.78 1998/05/29 17:00:09 momjian Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.79 1998/05/29 17:10:07 momjian Exp $
1414
*
1515
* NOTES
1616
*
@@ -208,13 +208,13 @@ static void pmdie(SIGNAL_ARGS);
208208
static void reaper(SIGNAL_ARGS);
209209
static void dumpstatus(SIGNAL_ARGS);
210210
static void CleanupProc(int pid, int exitstatus);
211-
static int DoBackend(Port *port);
211+
static int DoBackend(Port *port);
212212
static void ExitPostmaster(int status);
213213
static void usage(const char *);
214-
static int ServerLoop(void);
215-
static int BackendStartup(Port *port);
214+
static int ServerLoop(void);
215+
static int BackendStartup(Port *port);
216216
static void readStartupPacket(char *arg, PacketLen len, char *pkt);
217-
static int initMasks(fd_set *rmask, fd_set *wmask);
217+
static int initMasks(fd_set *rmask, fd_set *wmask);
218218
static void RandomSalt(char *salt);
219219

220220
#ifdef CYR_RECODE

0 commit comments

Comments
 (0)