pgsql: ecpg/ecpglib must build the src/port files it uses with -DFRONTE

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: ecpg/ecpglib must build the src/port files it uses with -DFRONTE
Date: 2014-04-05 06:20:42
Message-ID: E1WWJy6-0007so-ET@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ecpg/ecpglib must build the src/port files it uses with -DFRONTEND.

Remarkably, this hasn't been noticed before, though it surely should
have been happening since around the fall of the Byzantine empire.
Commit 438b529604 changed path.c to depend on FRONTEND, and that exposed
the omission, per buildfarm reports.

I'm suspicious that some other subdirectories are missing this too,
but this one change is enough to make ecpg tests pass for me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/44c5d387eafb4ba1a032f8d7b13d85c553d69181

Modified Files
--------------
src/interfaces/ecpg/ecpglib/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-04-05 16:42:07 pgsql: Fix processing of PGC_BACKEND GUC parameters on Windows.
Previous Message Tom Lane 2014-04-05 03:10:26 pgsql: Fix tablespace creation WAL replay to work on Windows.