More precise error message
This commit is contained in:
parent
2a34c1f288
commit
e6a5c0aa2c
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
||||||
*
|
*
|
||||||
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.84 2007/09/25 16:29:34 petere Exp $
|
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.85 2007/10/31 10:55:25 petere Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -535,7 +535,7 @@ unlimit_core_size(void)
|
|||||||
getrlimit(RLIMIT_CORE,&lim);
|
getrlimit(RLIMIT_CORE,&lim);
|
||||||
if (lim.rlim_max == 0)
|
if (lim.rlim_max == 0)
|
||||||
{
|
{
|
||||||
write_stderr(_("%s: cannot set core size, disallowed by hard limit\n"),
|
write_stderr(_("%s: cannot set core file size limit; disallowed by hard limit\n"),
|
||||||
progname);
|
progname);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user