forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit221b377
committed
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 tobe 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.com1 parentddf927f commit221b377
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
| |
|
0 commit comments
Comments
(0)