Bug#298122: postgresql-dump fail if PS_FORMAT environment variable is defined

2005-03-14 Thread Martin Pitt
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

Bug#298122: postgresql-dump fail if PS_FORMAT environment variable is defined

2005-03-04 Thread Emmanuel CHANTREAU
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