projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e24b1e
)
More precise error message
author
Peter Eisentraut
<peter_e@gmx.net>
Wed, 31 Oct 2007 10:55:25 +0000
(10:55 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Wed, 31 Oct 2007 10:55:25 +0000
(10:55 +0000)
src/bin/pg_ctl/pg_ctl.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_ctl/pg_ctl.c
b/src/bin/pg_ctl/pg_ctl.c
index 648744bcd57709088ad1f9565d83f9ab8e28dfca..281786d836d893973f5a87a5176602322bab526d 100644
(file)
--- a/
src/bin/pg_ctl/pg_ctl.c
+++ b/
src/bin/pg_ctl/pg_ctl.c
@@
-535,7
+535,7
@@
unlimit_core_size(void)
getrlimit(RLIMIT_CORE,&lim);
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);
return;
}