Get ride of pqbool artifact (src/interfaces/libpq/libpq-fe.h)

From: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Get ride of pqbool artifact (src/interfaces/libpq/libpq-fe.h)
Date: 2025-09-02 19:19:56
Message-ID: CAEudQAosZaC99d2hKHX4yk1LJqxxdRfBag4muR3goVs9jKfysg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi.

In libpq-fe.h has an artifact pre C99, pqbool.
IMO this is not more necessary, once Postgres supports C99
and bool becomes standard.

So get ride of pqbool and use bool instead.

trivial patch attached.

best regards,
Ranier Vilela

Attachment Content-Type Size
v1-001-get-ride-pqbool-libpq-fe.patch application/octet-stream 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-09-02 19:44:20 Re: Get ride of pqbool artifact (src/interfaces/libpq/libpq-fe.h)
Previous Message v@viktorh.net 2025-09-02 18:56:31 Re: INSERT ... ON CONFLICT DO SELECT [FOR ...] take 2