Re: Peter Eisentraut 2014-09-27 <54261c24....@debian.org>
> Responding to bug #740593, a symlink from pg_archivecleanup to
> pg_wrapper was added to postgresql-common, but this seems like a mistake
> to me.  pg_archivecleanup is a server-side program and does not respond
> to any connection parameters, which is what pg_wrapper uses to pick an
> implementation.
> 
> (I don't think there are any compatibility issues between
> pg_archivecleanup of different versions, so this is mostly a theoretical
> concern.  But it still seems wrong.)

Nod. The actual problem here is that pg_archivecleanup is in -contrib,
but we don't have a postgresql-contrib-common package.

I wonder if we could replace this pg_wrapper symlink by alternatives
in the -contrib packages without going through major pain with
Breaks:. On the other hand if there's no options pg_wrapper could
parse, there's no options pg_wrapper could get confused about, so
there's probably no problem. (Admittedly, the default cluster
selection is sometimes not the best.)

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/

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

Reply via email to