Change some test macros to return true booleans
authorAlvaro Herrera
Wed, 18 Jan 2017 21:06:13 +0000 (18:06 -0300)
committerAlvaro Herrera
Wed, 18 Jan 2017 21:06:13 +0000 (18:06 -0300)
commit75c155f65b046686242ece4bbfb688359f28feea
tree341d0bfec6dd8099b1d1a6f163a94e39a4a780e1
parent9e7f00d861fffacaec49473f89513ee8abca076c
Change some test macros to return true booleans

These macros work fine when they are used directly in an "if" test or
similar, but as soon as the return values are assigned to boolean
variables (or passed as boolean arguments to some function), they become
bugs, hopefully caught by compiler warnings.  To avoid future problems,
fix the definitions so that they return actual booleans.

To further minimize the risk that somebody uses them in back-patched
fixes that only work correctly in branches starting from the current
master and not in old ones, back-patch the change to supported branches
as appropriate.

See also commit af4472bcb88ab36b9abbe7fd5858e570a65a2d1a, and the long
discussion (and larger patch) in the thread mentioned in its commit
message.

Discussion: https://postgr.es/m/18672.1483022414@sss.pgh.pa.us
src/include/access/htup_details.h