Fix for Win32 linking

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Fix for Win32 linking
Date: 2004-05-19 04:22:10
Message-ID: 200405190422.i4J4MAv13051@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Win32 can't have the same function coming from two library object files,
so we make is_absolute_path() a macro so libpq doesn't use path.o.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 4.7 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-05-19 04:22:39 Re: Bug in CVS pg_dump against 7.0.x
Previous Message Christopher Kings-Lynne 2004-05-19 03:50:10 Re: Bug in CVS pg_dump against 7.0.x