[PATCH] pg_regress and non-default unix socket path - Mailing list pgsql-hackers

From Christoph Berg
Subject [PATCH] pg_regress and non-default unix socket path
Date
Msg-id 20130409120807.GD26705@msgid.df7cb.de
Whole thread Raw
Responses Re: [PATCH] pg_regress and non-default unix socket path
Re: [PATCH] pg_regress and non-default unix socket path
List pgsql-hackers
Hi,

Debian has been patching pg_regress for years because our default unix
socket directory is /var/run/postgresql, but that is not writable by
the build user at build time. This used to be a pretty ugly "make-
patch-make check-unpatch-make install" patch dance, but now it is a
pretty patch that makes pg_regress accept --host=/tmp.

The patch is already part of the .deb files on apt.postgresql.org and
passes all regression test suites there.

Please consider it for 9.3. (And maybe backpatch it all the way...)

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

Attachment

pgsql-hackers by date:

Previous
From: Christoph Berg
Date:
Subject: Re: Re: [BUGS] BUG #8043: 9.2.4 doesn't open WAL files from archive, only looks in pg_xlog
Next
From: Rodrigo Barboza
Date:
Subject: Re: Unrecognized type error (postgres 9.1.4)