pgsql: ecpglib depends on last_path_separator from src/port/path.c, so

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: ecpglib depends on last_path_separator from src/port/path.c, so
Date: 2005-07-16 20:39:25
Message-ID: 20050716203925.25DA052AFC@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
ecpglib depends on last_path_separator from src/port/path.c, so we'd
better include that in the library build. This was fixed in 8.0 and
later, backport to 7.4 to fix buildfarm failure.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/interfaces/ecpg/ecpglib:
Makefile (r1.10.2.2 -> r1.10.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/Makefile.diff?r1=1.10.2.2&r2=1.10.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-07-16 21:04:59 python - be: Rely on relative paths.
Previous Message Tom Lane 2005-07-16 20:20:50 pgsql: Back-patch 8.0's tightening of ORDER BY clauses in join