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

Jiang Guiqing <jianggq@cn.fujitsu.com>

From: JiangGuiqing <jianggq@cn.fujitsu.com>
To: pgsql-hackers@postgresql.org
Date: 2012-11-19T06:03:31Z
Lists: pgsql-hackers

Attachments

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