Copied from
ubuntu lucid in
[Deprecated] PostgreSQL backports for stable Ubuntu releases
by Ben Shum
Changelog
postgresql-common (124~lucid) lucid; urgency=low
* Backport
postgresql-common (124) unstable; urgency=medium
* Keeping urgency medium, as 123 did not make it into testing yet.
* PgCommon.pm, cluster_info(): Use /bin/ps instead of reading /proc/*/comm,
the latter was reported to not work on some systems.
* pg_ctlcluster: Use PgCommon::check_pidfile_running and drop duplicated
code.
* pg_wrapper: The previous multiarch globbing was wrong, as it looked for
the architecture in uname() (which doesn't work on i386, where uname says
i686). Now get the multiarch library path from whereever psql expects
libedit.so to be, so that this even works if you install postgresql-client
for a foreign architecture.
-- Martin Pitt <email address hidden> Sat, 08 Oct 2011 12:15:31 +0200