Re: [BUGS] ecpg produces code that won't compile

2008-03-02 Thread Michael Meskes
On Sat, Mar 01, 2008 at 04:50:46PM -0300, Euler Taveira de Oliveira wrote: ecpg_test.pgc:36: error: invalid application of `sizeof' to incomplete type `varchar_h_tunnel_active' It seems that are you using implicit cast from varchar to inet. It doesn't work in 8.3 anymore. You need to cast

Re: [BUGS] [GENERAL] ecpg problem

2008-03-02 Thread Michael Meskes
I just committed the attached small fix to CVS HEAD and the 8.3 branch. This should fix your problem. Michael -- Michael Meskes Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org) ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED] Go VfL Borussia! Go SF

[BUGS] patch: fix up compiling of libpq on the 8.3 stable branch

2008-03-02 Thread Tomas Szepe
Hi, I tried to compile the head of REL8_3_STABLE (on x86 linux) and ran into: In `/var/tmp/.build-1914/postgresql-8.3.0_080303/src/interfaces/libpq': make[3]: *** No rule to make target `libpq.rc.in', needed by `libpq.rc'. Stop. A quick lookaround revealed that the culprit is the following

Re: [BUGS] patch: fix up compiling of libpq on the 8.3 stable branch

2008-03-02 Thread Tom Lane
Tomas Szepe [EMAIL PROTECTED] writes: A quick lookaround revealed that the culprit is the following commit which removed src/interfaces/libpq/libpq.rc.in but failed to update the Makefile (and .cvsignore, for that matter). commit 69db64c737012a8d2d6fbcce3ace7136cb2bc85f Author: branch-fixup