Re: VC++ psql build broken - Mailing list pgsql-hackers-win32

From Andreas Pflug
Subject Re: VC++ psql build broken
Date
Msg-id 413CDE54.2050801@pse-consulting.de
Whole thread Raw
In response to VC++ psql build broken  ("Dave Page" <dpage@vale-housing.co.uk>)
List 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

pgsql-hackers-win32 by date:

Previous
From: "Dave Page"
Date:
Subject: VC++ psql build broken
Next
From: "Dave Page"
Date:
Subject: Contrib modules on Win32