diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-02-19 01:31:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-02-19 01:31:30 +0000 |
commit | 34f35a4c19a92d7869e25cdd522366df74285729 (patch) | |
tree | bcd96c73ff3837f548c5d76b6b457f90d4a068bc /src | |
parent | a17b01f32048c928a9c0f6d11d5a3d64788ca176 (diff) | |
download | postgresql-34f35a4c19a92d7869e25cdd522366df74285729.tar.gz postgresql-34f35a4c19a92d7869e25cdd522366df74285729.zip |
Delete -e option to postmaster, keep postgres -e option.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/postmaster/postmaster.c | 4 | ||||
-rw-r--r-- | src/man/postmaster.1 | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index bbbd02b0644..93c1f352ed4 100644 --- a/src/backend/postmaster/postmaster.c +++ b/src/backend/postmaster/postmaster.c @@ -10,7 +10,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.41 1997/02/18 17:13:58 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.42 1997/02/19 01:31:19 momjian Exp $ * * NOTES * @@ -244,7 +244,7 @@ PostmasterMain(int argc, char *argv[]) DataDir = getenv("PGDATA"); /* default value */ opterr = 0; - while ((opt = getopt(argc, argv, "a:B:b:D:demM:no:p:Ss")) != EOF) { + while ((opt = getopt(argc, argv, "a:B:b:D:dmM:no:p:Ss")) != EOF) { switch (opt) { case 'a': /* Set the authentication system. */ diff --git a/src/man/postmaster.1 b/src/man/postmaster.1 index 08cc9fa763f..5b01b727020 100644 --- a/src/man/postmaster.1 +++ b/src/man/postmaster.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.4 1997/02/18 17:14:25 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.5 1997/02/19 01:31:30 momjian Exp $ .TH POSTMASTER UNIX 11/05/95 PostgreSQL PostgreSQL .SH "NAME" postmaster \(em run the Postgres postmaster @@ -29,9 +29,6 @@ backend_pathname] [\c .BR "-n" \c ] -[\c -.BR "-e" \c -] .br [\c .BR "-o" |