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

Commit27fdbca

Browse files
committed
Correct grammatical error
1 parent33d71e3 commit27fdbca

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.131 1999/12/16 01:25:07 momjian Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.132 2000/01/07 09:28:03 ishii Exp $
1414
*
1515
* NOTES
1616
*
@@ -2268,7 +2268,7 @@ static int SetPidFile(pid_t pid, char *progname, int port, char *datadir,
22682268
* Another postmaster is running
22692269
*/
22702270
fprintf(stderr,"Can't create pidfile: %s\n",PidFile);
2271-
fprintf(stderr,"Is anotherpostmaser (pid: %s) running?\n",pidstr);
2271+
fprintf(stderr,"Is anotherpostmaster (pid: %s) running?\n",pidstr);
22722272
return(-1);
22732273
}
22742274
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp