Re: [HACKERS] taking stdbool.h into use
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Michael Paquier <michael.paquier@gmail.com>,
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>,
Thomas Munro <thomas.munro@enterprisedb.com>
Date: 2017-12-29T17:33:24Z
Lists: pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes: > Michael Paquier wrote: >> I have looked at 0002 and 0003. Those look good to ship for me. > Yeah, I'd vote to push those right away to see what buildfarm has to > say. That way you can push 0001 shortly after the dust settles (if > any), which will have an effect on the bootstrap data format patch. Yeah, I think all of this is at the point where the next thing to do is see what the buildfarm has to say. I could test it manually on prairiedog, but I'd just as soon let the buildfarm script do the work. It does make sense, probably, to push 0001-0003 first and see if anything turns up from that, then 0004. regards, tom lane
Commits
-
Use stdbool.h if suitable
- 9a95a77d9d5d 11.0 landed
-
Add configure tests for stdbool.h and sizeof bool
- f20b3285340c 11.0 landed
-
Remove useless use of bit-masking macros
- d91da5ecedc8 11.0 landed
-
Change various Gin*Is* macros to return 0/1.
- af4472bcb88a 9.6.0 cited
-
Fix several possibly non-portable gaffs in record_image_ops.
- 4cbb646334b3 9.4.0 cited