Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
689cabf
)
Improve message
author
Peter Eisentraut
<peter_e@gmx.net>
Tue, 17 Nov 2015 03:26:32 +0000
(22:26 -0500)
committer
Peter Eisentraut
<peter_e@gmx.net>
Tue, 17 Nov 2015 03:26:47 +0000
(22:26 -0500)
src/bin/scripts/vacuumdb.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/scripts/vacuumdb.c
b/src/bin/scripts/vacuumdb.c
index 6c67263f3c6bfcd1bc86232bf968d1ba693db461..8cbf0392a8dfbd721f1812f0919a3fe0f7788247 100644
(file)
--- a/
src/bin/scripts/vacuumdb.c
+++ b/
src/bin/scripts/vacuumdb.c
@@
-188,7
+188,7
@@
main(int argc, char *argv[])
concurrentCons = atoi(optarg);
if (concurrentCons <= 0)
{
- fprintf(stderr, _("%s: number of parallel
\"jobs\"
must be at least 1\n"),
+ fprintf(stderr, _("%s: number of parallel
jobs
must be at least 1\n"),
progname);
exit(1);
}