Package: postgresql-common
Version: 163
Severity: important
Tags: pending

There is a chicken-egg condition in /etc/init.d/postgresql where we
first ask pg_lsclusters if there are any clusters to start, and later
create /var/run/postgresql in the start() function.

However in some setups, pg_lsclusters needs /var/run/postgresql
present to properly detect the list of clusters, so we should simply
create this directory earlier.

Systems running systemd are not affected, as there is a tempfiles
stanza that creates /var/run/postgresql; still we need to fix this for
sysvinit users.

http://www.postgresql.org/message-id/flat/[email protected]#[email protected]

Christoph
-- 
[email protected] | http://www.df7cb.de/

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Pkg-postgresql-public mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public

Reply via email to