Hi!
Emmanuel CHANTREAU [2005-03-04 22:32 +0100]:
> postgresql-dump get pids using ps but it could fail if the ps output is
> modified by environment variable PS_FORMAT. To correct the problem you
> should replace
> ps ax
> by
> ps ax --format "pid,comm"
> or insert a "unset PS_FORMAT" at the be
Package: postgresql
Version: 7.4.7-2
Severity: normal
Tags: patch
Hello
postgresql-dump get pids using ps but it could fail if the ps output is
modified by environment variable PS_FORMAT. To correct the problem you
should replace
ps ax
by
ps ax --format "pid,comm"
or insert a "unset PS_FORMAT
2 matches
Mail list logo