From: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
---|---|
To: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
Cc: | PgSQL Win32 developers <pgsql-hackers-win32(at)postgresql(dot)org> |
Subject: | Re: VC++ psql build broken |
Date: | 2004-09-06 22:01:56 |
Message-ID: | 413CDE54.2050801@pse-consulting.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers-win32 |
Dave Page wrote:
> The VC++ build of psql appears to be broken. Libpq is fine however.
>
.........
> evels of indirection from 'int '
> ..\..\port\path.c(322) : warning C4024: 'strncpy' : different types for
> formal and actual parameter 2
This is probably another case of redefining symbols from standard names
to internal names, which should be active for backend purposes only. We
had the same for libpq some weeks ago.
Regards,
Andreas
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-09-06 23:57:42 | Re: [PATCHES] [pgsql-hackers-win32] Win32 deadlock detection not working for Postgres8beta1 |
Previous Message | Dave Page | 2004-09-06 20:41:55 | VC++ psql build broken |