File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
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.41 1997/02/18 17:13:58 momjian Exp $
13
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.42 1997/02/19 01:31:19 momjian Exp $
14
14
*
15
15
* NOTES
16
16
*
@@ -244,7 +244,7 @@ PostmasterMain(int argc, char *argv[])
244
244
DataDir = getenv ("PGDATA" ); /* default value */
245
245
246
246
opterr = 0 ;
247
- while ((opt = getopt (argc , argv , "a:B:b:D:demM :no:p:Ss" )) != EOF ) {
247
+ while ((opt = getopt (argc , argv , "a:B:b:D:dmM :no:p:Ss" )) != EOF ) {
248
248
switch (opt ) {
249
249
case 'a' :
250
250
/* Set the authentication system. */
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.4 1997/02/18 17:14:25 momjian Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.5 1997/02/19 01:31:30 momjian Exp $
4
4
.TH POSTMASTER UNIX 11/05/95 PostgreSQL PostgreSQL
5
5
.SH "NAME"
6
6
postmaster \(em run the Postgres postmaster
@@ -29,9 +29,6 @@ backend_pathname]
29
29
[\c
30
30
.BR " -n" \c
31
31
]
32
- [\c
33
- .BR " -e" \c
34
- ]
35
32
.br
36
33
[\c
37
34
.BR " -o"
You can’t perform that action at this time.
0 commit comments