File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
*
11
11
*
12
12
* 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 $
14
14
*
15
15
* NOTES
16
16
*
@@ -208,13 +208,13 @@ static void pmdie(SIGNAL_ARGS);
208
208
static void reaper (SIGNAL_ARGS );
209
209
static void dumpstatus (SIGNAL_ARGS );
210
210
static void CleanupProc (int pid , int exitstatus );
211
- static int DoBackend (Port * port );
211
+ static int DoBackend (Port * port );
212
212
static void ExitPostmaster (int status );
213
213
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 );
216
216
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 );
218
218
static void RandomSalt (char * salt );
219
219
220
220
#ifdef CYR_RECODE
You can’t perform that action at this time.
0 commit comments