From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Nicolai Tufar <ntufar(at)gmail(dot)com>, devrim(at)kivi(dot)com(dot)tr, Magnus Hagander <mha(at)sollentuna(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [PATCHES] snprintf() argument reordering not working |
Date: | 2005-12-04 18:57:44 |
Message-ID: | 9149.1133722664@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> That got me through the backend compile and through libpq to ecpg, which
> fell over at the link stage complaining about missing references to
> pg_sprintf and pg_snprintf ... not sure how to fix that - windows
> experts, please advise.
Plan A would be to make libpq export pg_snprintf and friends, Plan B
would be to give ecpg its own copy of snprintf.o. Plan A is probably
better since you're going to hit the same issue no doubt in all of the
src/bin programs.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2005-12-04 18:58:07 | Re: pg_restore [archiver] file offset in dump file is too |
Previous Message | Martijn van Oosterhout | 2005-12-04 18:55:05 | Re: Upcoming PG re-releases |
From | Date | Subject | |
---|---|---|---|
Next Message | Sergey E. Koposov | 2005-12-04 19:17:33 | Re: TODO item -- Improve psql's handling of multi-line |
Previous Message | Andrew Dunstan | 2005-12-04 18:53:06 | Re: [PATCHES] snprintf() argument reordering not working |