pgsql: Improve comment for att_isnull.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Improve comment for att_isnull.
Дата
Msg-id E1hQEcj-0002Df-Tq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/221b377f09a30dd7c74c26c8c1db439afcc59141

Modified Files
--------------
src/include/access/tupmacs.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix misuse of an integer as a bool.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Don't leave behind junk nbtree pages during split.