[Pkg-postgresql-public] postgresql-common calling external programs with full path
Peter Eisentraut
petere at debian.org
Sun Jul 7 10:50:15 UTC 2013
pg_createcluster calls pg_ctlcluster as '/usr/bin/pg_ctlcluster',
whereas pg_dropcluster calls only 'pg_ctlcluster'. On the other hand,
pg_dropcluster calls '/bin/rm', but nothing else calls basic system
utilities with the full path. I think specifying the full directory is
unnecessary and should be removed in both of these cases. Comments?
More information about the Pkg-postgresql-public
mailing list