Re: Psqlodbc build fails on linux

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Dave Cramer <davecramer(at)postgres(dot)rocks>
Cc: Moazzum Ali <moazzum(dot)ali(at)enterprisedb(dot)com>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: Psqlodbc build fails on linux
Date: 2023-09-05 04:11:17
Message-ID: ZPaqZVNmRoledNMU@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Mon, Sep 04, 2023 at 04:01:35PM -0400, Dave Cramer wrote:
> Please see attached patch to use autoconf to detect and use stdbool.h
>
> I have to admit to having no idea if this is correct or if the style is
> correct, much was copied from postgresql.

Hmm. This patch is a copy of what PostgreSQL's c.h does. This may be
OK in the short-term, but I think that we should try to include back
postgres_fe.h in the long-term and figure out what's happening with
b8ca812b, so as this code would be able to fetch what Postgres itself
does.
--
Michael

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Cramer 2023-09-05 09:53:17 Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
Previous Message Michael Paquier 2023-09-05 03:21:55 Re: ODBC driver maintenance: PostgreSQL 16 support and other open items