Re: Psqlodbc build fails on linux

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Moazzum Ali <moazzum(dot)ali(at)enterprisedb(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Psqlodbc build fails on linux
Date: 2023-09-03 23:45:56
Message-ID: ZPUatGNtOSe/kfDX@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Cramer 2023-09-04 11:13:07 Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
Previous Message Michael Paquier 2023-09-03 23:44:31 Re: ODBC driver maintenance: PostgreSQL 16 support and other open items