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

Commit e6a5c0a

Browse files
committed
More precise error message
1 parent 2a34c1f commit e6a5c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pg_ctl/pg_ctl.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
66
*
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 $
88
*
99
*-------------------------------------------------------------------------
1010
*/
@@ -535,7 +535,7 @@ unlimit_core_size(void)
535535
getrlimit(RLIMIT_CORE,&lim);
536536
if (lim.rlim_max == 0)
537537
{
538-
write_stderr(_("%s: cannot set core size, disallowed by hard limit\n"),
538+
write_stderr(_("%s: cannot set core file size limit; disallowed by hard limit\n"),
539539
progname);
540540
return;
541541
}

0 commit comments

Comments
 (0)