Skip to content

Commit 34f35a4

Browse files
committed
Delete -e option to postmaster, keep postgres -e option.
1 parent a17b01f commit 34f35a4

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/backend/postmaster/postmaster.c

Lines changed: 2 additions & 2 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.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 $
1414
*
1515
* NOTES
1616
*
@@ -244,7 +244,7 @@ PostmasterMain(int argc, char *argv[])
244244
DataDir = getenv("PGDATA"); /* default value */
245245

246246
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) {
248248
switch (opt) {
249249
case 'a':
250250
/* Set the authentication system. */

src/man/postmaster.1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" 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 $
44
.TH POSTMASTER UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH "NAME"
66
postmaster \(em run the Postgres postmaster
@@ -29,9 +29,6 @@ backend_pathname]
2929
[\c
3030
.BR "-n" \c
3131
]
32-
[\c
33-
.BR "-e" \c
34-
]
3532
.br
3633
[\c
3734
.BR "-o"

0 commit comments

Comments
 (0)