Thanks to visit codestin.com
Credit goes to postgrespro.com

pgsql: Fix PL makefiles to support running regression tests in VPATH - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Fix PL makefiles to support running regression tests in VPATH
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix PL makefiles to support running regression tests in VPATH builds.

Modified Files:
--------------
    pgsql/src/pl/plperl:
        GNUmakefile (r1.21 -> r1.22)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/GNUmakefile.diff?r1=1.21&r2=1.22)
    pgsql/src/pl/plpython:
        Makefile (r1.20 -> r1.21)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/Makefile.diff?r1=1.20&r2=1.21)
    pgsql/src/pl/tcl:
        Makefile (r1.46 -> r1.47)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/tcl/Makefile.diff?r1=1.46&r2=1.47)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Previous fix for "x FULL JOIN y ON true" failed to handle the