correct NUL vs. NULL usage - Mailing list pgsql-patches

From Neil Conway
Subject correct NUL vs. NULL usage
Date
Msg-id 1064384467.5822.63.camel@tokyo
Whole thread Raw
Responses Re: correct NUL vs. NULL usage  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: bug in vacuumlo?
Next
From: Tom Lane
Date:
Subject: Re: correct NUL vs. NULL usage