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