Improve comment for att_isnull.

Robert Haas <rhaas@postgresql.org>

Commit: 221b377f09a30dd7c74c26c8c1db439afcc59141
Author: Robert Haas <rhaas@postgresql.org>
Date: 2019-05-13T17:13:24Z
Releases: 12.0
Improve comment for att_isnull.

The comment implies that a 1 in the null bitmap indicates a null value,
but actually a 0 in the null bitmap indicates a null value. Try to
be more clear.

Patch by me; proposed wording reviewed by Alvaro Herrera and Tom Lane.

Discussion: http://postgr.es/m/CA+TgmobHOP8r6cG+UnsDFMrS30-m=jRrCBhgw-nFkn0k9QnFsg@mail.gmail.com

Files

PathChange+/−
src/include/access/tupmacs.h modified +3 −1

Discussion