Get ride of pqbool artifact (src/interfaces/libpq/libpq-fe.h) - Mailing list pgsql-hackers

From Ranier Vilela
Subject Get ride of pqbool artifact (src/interfaces/libpq/libpq-fe.h)
Date
Msg-id CAEudQAosZaC99d2hKHX4yk1LJqxxdRfBag4muR3goVs9jKfysg@mail.gmail.com
Whole thread Raw
Responses Re: Get ride of pqbool artifact (src/interfaces/libpq/libpq-fe.h)
List 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

pgsql-hackers by date:

Previous
From: "v@viktorh.net"
Date:
Subject: Re: INSERT ... ON CONFLICT DO SELECT [FOR ...] take 2
Next
From: Tom Lane
Date:
Subject: Re: Get ride of pqbool artifact (src/interfaces/libpq/libpq-fe.h)