Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 65b5eb5

Browse files
committed
No reason to show flags in root error message.
1 parent 51a1741 commit 65b5eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/main/main.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.17 1998/04/27 14:43:02 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.18 1998/04/30 14:25:13 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -35,7 +35,7 @@
3535
It is highly recommended that the backend be started under it's own userid\n\
3636
to prevent possible system security compromise. This can be accomplished\n\
3737
by placing the following command in the PostgreSQL startup script.\n\n\
38-
echo \"postmaster -B 256 >/var/log/pglog 2>&1 &\" | su - postgres\n\n"
38+
echo \"postmaster >/var/log/pglog 2>&1 &\" | su - postgres\n\n"
3939

4040
int
4141
main(int argc, char *argv[])

0 commit comments

Comments
 (0)