On Thu, Aug 7, 2014 at 12:15 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> In my original patch, I wrote NUL, as in the NUL character. You've
> changed it to NULL, but the original was correct. NULL is a pointer
> value that is not relevant here; the character with value 0 is NUL.
"NULL-terminated string" seems like acceptable usage (e.g. [1]), but
I'll try to use the term NUL in reference to '\0' in the future to
avoid confusion.
[1] https://en.wikipedia.org/wiki/Null-terminated_string
--
Peter Geoghegan