pgsql: Ah, I finally realize why Magnus wanted to add a --bindir option

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ah, I finally realize why Magnus wanted to add a --bindir option
Date: 2006-07-21 00:24:04
Message-ID: 20060721002404.7BEC79FA25B@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Log Message:
-----------
Ah, I finally realize why Magnus wanted to add a --bindir option to
pg_regress: there's no other way to cope with testing a relocated
installation. Seems better to call it --psqldir though, since the
only thing we need to find in that case is psql. It'd be better if
we could use find_other_exec, but that's not happening unless we are
willing to install pg_regress alongside psql, which seems unlikely
to happen.

Modified Files:
--------------
pgsql/src/makefiles:
pgxs.mk (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/pgxs.mk.diff?r1=1.8&r2=1.9)
pgsql/src/pl/plperl:
GNUmakefile (r1.27 -> r1.28)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/GNUmakefile.diff?r1=1.27&r2=1.28)
pgsql/src/pl/plpython:
Makefile (r1.25 -> r1.26)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/Makefile.diff?r1=1.25&r2=1.26)
pgsql/src/pl/tcl:
Makefile (r1.49 -> r1.50)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/tcl/Makefile.diff?r1=1.49&r2=1.50)
pgsql/src/test/regress:
GNUmakefile (r1.61 -> r1.62)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/GNUmakefile.diff?r1=1.61&r2=1.62)
pg_regress.c (r1.10 -> r1.11)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c.diff?r1=1.10&r2=1.11)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Hiroshi Saito 2006-07-21 00:43:01 Re: pgsql: As a stopgap to get the Windows buildfarm members running again,
Previous Message Hiroshi Saito 2006-07-21 00:00:03 Re: pgsql: As a stopgap to get the Windows buildfarm members running again,

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Saito 2006-07-21 00:43:01 Re: pgsql: As a stopgap to get the Windows buildfarm members running again,
Previous Message Hiroshi Saito 2006-07-21 00:00:03 Re: pgsql: As a stopgap to get the Windows buildfarm members running again,