correct NUL vs. NULL usage

Поиск
Список
Период
Сортировка
От Neil Conway
Тема correct NUL vs. NULL usage
Дата
Msg-id 1064384467.5822.63.camel@tokyo
обсуждение исходный текст
Ответы Re: correct NUL vs. NULL usage
Список pgsql-patches
In C, "NULL" denotes a special pointer value indicating the pointer
points to no value. "NUL" is the ASCII character that terminates a C
string. These two terms are not synonymous, so this patch corrects the
usage of NULL in comments in the postgres source.

I may have missed an instance or two, but this gets most of the
mistakes, I believe.

-Neil


Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: bug in vacuumlo?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: correct NUL vs. NULL usage