|
4 | 4 | *
|
5 | 5 | * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
6 | 6 | *
|
7 |
| - * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.84 2007/09/25 16:29:34 petere Exp $ |
| 7 | + * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.85 2007/10/31 10:55:25 petere Exp $ |
8 | 8 | *
|
9 | 9 | *-------------------------------------------------------------------------
|
10 | 10 | */
|
@@ -535,7 +535,7 @@ unlimit_core_size(void)
|
535 | 535 | getrlimit(RLIMIT_CORE,&lim);
|
536 | 536 | if (lim.rlim_max==0)
|
537 | 537 | {
|
538 |
| -write_stderr(_("%s: cannot set core size, disallowed by hard limit\n"), |
| 538 | +write_stderr(_("%s: cannot set corefilesize limit; disallowed by hard limit\n"), |
539 | 539 | progname);
|
540 | 540 | return;
|
541 | 541 | }
|
|