[PATCH] Patch to fix missing libecpg_compat.lib and libpgtypes.lib.

From: JiangGuiqing <jianggq(at)cn(dot)fujitsu(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH] Patch to fix missing libecpg_compat.lib and libpgtypes.lib.
Date: 2012-11-19 06:03:31
Message-ID: 50A9CBB3.8010909@cn.fujitsu.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hi

I install postgresql-9.1.5 from source code on windows successfully.
But there is not "libecpg_compat.lib" and "libpgtypes.lib" in the
installed lib directory .
If someone used functions of pgtypes or ecpg_compat library in ecpg
programs,the ecpg program build will fail.

So i modify src/tools/msvc/Install.pm to resolve this problem.
The diff file refer to the attachment "Install.pm.patch".

Regards,
Jiang Guiqing

Attachment Content-Type Size
Install.pm.patch text/plain 541 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2012-11-19 06:05:12 Re: pg_trgm partial-match
Previous Message Amit Kapila 2012-11-19 05:38:32 Re: Proposal for Allow postgresql.conf values to be changed via SQL