Re: VC++ psql build broken

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: VC++ psql build broken
Дата
Msg-id 413CDE54.2050801@pse-consulting.de
обсуждение исходный текст
Ответ на VC++ psql build broken  ("Dave Page" <dpage@vale-housing.co.uk>)
Список 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 по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: VC++ psql build broken
Следующее
От: "Dave Page"
Дата:
Сообщение: Contrib modules on Win32