Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitca746f5

Browse files
committed
-m <arg> -M weren't setup properly in getopts()...
These are undocumented in the man pages though...should they be removed?Reported by: "A. Duursma" <it@portsite.nl>
1 parent098dea8 commitca746f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.45 1997/04/24 20:27:46 scrappy Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.46 1997/05/25 15:37:15 scrappy 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:dmM:no:p:Ss"))!=EOF) {
247+
while ((opt=getopt(argc,argv,"a:B:b:D:dm:Mno:p:Ss"))!=EOF) {
248248
switch (opt) {
249249
case'a':
250250
/* Set the authentication system. */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp