Re: taking stdbool.h into use

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Subject: Re: taking stdbool.h into use
Date: 2017-10-26 16:25:14
Message-ID: 881118f4-11cd-199f-5f99-466459b7e2b7@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is an updated patch set. This is just a rebase of the previous
set, no substantial changes. Based on the discussion so far, I'm
proposing that 0001 through 0007 could be ready to commit after review,
whereas the remaining two need more work at some later time.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
v3-0001-Fix-incorrect-use-of-bool.patch text/plain 955 bytes
v3-0002-ecpg-Remove-useless-return-values.patch text/plain 5.6 KB
v3-0003-ecpg-Use-bool-instead-of-int.patch text/plain 1.8 KB
v3-0004-Change-TRUE-FALSE-to-true-false.patch text/plain 182.0 KB
v3-0005-Change-TRUE-FALSE-to-true-false-in-comments.patch text/plain 170.0 KB
v3-0006-Remove-TRUE-and-FALSE.patch text/plain 1.5 KB
v3-0007-Add-bool8-typedef-for-system-catalog-structs.patch text/plain 24.2 KB
v3-0008-Make-casting-between-bool-and-GinTernaryValue-mor.patch text/plain 2.4 KB
v3-0009-Use-stdbool.h-if-available.patch text/plain 12.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2017-10-26 17:51:08 Re: taking stdbool.h into use
Previous Message Michael Paquier 2017-10-26 16:23:00 Re: [COMMITTERS] pgsql: Process variadic arguments consistently in json functions