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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Ah, I finally realize why Magnus wanted to add a --bindir option
Date
Msg-id 20060721002404.7BEC79FA25B@postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: As a stopgap to get the Windows buildfarm members running again,
Next
From: "Hiroshi Saito"
Date:
Subject: Re: pgsql: As a stopgap to get the Windows buildfarm members running again,