File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
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.12 1996/10/12 07:48:49 bryanh Exp $
13
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.13 1996/10/13 04:01:05 bryanh Exp $
14
14
*
15
15
* NOTES
16
16
*
@@ -152,7 +152,8 @@ static int MultiplexedBackendPort;
152
152
* postmaster.c - function prototypes
153
153
*/
154
154
static void pmdaemonize (void );
155
- static int ConnStartup (Port * port );
155
+ static void ConnStartup (Port * port , int * status ,
156
+ char * errormsg , const int errormsg_len );
156
157
static int ConnCreate (int serverFd , int * newFdP );
157
158
static void reset_shared (short port );
158
159
static void pmdie (SIGNAL_ARGS );
@@ -163,9 +164,9 @@ static int DoExec(StartupInfo *packet, int portFd);
163
164
static void ExitPostmaster (int status );
164
165
static void usage (const char * );
165
166
static void checkDataDir (void );
166
-
167
167
int ServerLoop (void );
168
168
int BackendStartup (StartupInfo * packet , Port * port , int * pidPtr );
169
+ static void send_error_reply (Port * port , const char * errormsg );
169
170
170
171
extern char * optarg ;
171
172
extern int optind , opterr ;
You can’t perform that action at this time.
0 commit comments