Re: Psqlodbc build fails on linux

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Psqlodbc build fails on linux
Дата
Msg-id ZPUatGNtOSe/kfDX@paquier.xyz
обсуждение исходный текст
Ответ на Psqlodbc build fails on linux  (Moazzum Ali <moazzum.ali@enterprisedb.com>)
Ответы Re: Psqlodbc build fails on linux  (Dave Cramer <davecramer@postgres.rocks>)
Список pgsql-odbc
On Thu, Aug 31, 2023 at 06:28:06AM +0500, Moazzum Ali wrote:
> One way to fix the error is to include the following line before
> #include "pqexpbuffer.h" in connection.h and statement.h
> #include <stdbool.h>

Wouldn't it be better to enforce an environment rule in psqlodbc.h
instead?  PostgreSQL enforces PG_USE_STDBOOL already on Windows, and
I am pretty sure that it would be OK to do the same in other *nix
places where anybody cares about ODBC.
--
Michael

Вложения

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: ODBC driver maintenance: PostgreSQL 16 support and other open items