Re: Add Boolean node

Peter Eisentraut <peter.eisentraut@enterprisedb.com>

From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-12-28T07:59:19Z
Lists: pgsql-hackers
On 27.12.21 14:15, Ashutosh Bapat wrote:
> That looks like a good change. I wonder what motivates that now? Why
> wasn't it added when the usages grew? Are there more Boolean usages
> planned?

Mainly, I was looking at Integer/makeInteger() and noticed that most 
uses of those weren't actually integers but booleans.  This change makes 
it clearer which is which.



Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Add Boolean node

  2. Rename value node fields

  3. Refactor AlterRole()