pgsql: s/NULL byte/NUL byte/ in comment refering to C string terminator

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: s/NULL byte/NUL byte/ in comment refering to C string terminator
Date: 2017-09-19 23:46:13
Message-ID: E1duSDV-0005l9-4L@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

s/NULL byte/NUL byte/ in comment refering to C string terminator.

Reported-By: Robert Haas
Discussion: https://postgr.es/m/CA+Tgmoa+YBvWgFST2NVoeXjVSohEpK=vqnVCsoCkhTVVxfLcVQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/896537f078ba4d709ce754ecaff8350fd55bdfd8

Modified Files
--------------
src/backend/postmaster/pgstat.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2017-09-19 23:59:50 Re: pgsql: Set partitioned_rels appropriately when UNION ALL is used.
Previous Message Robert Haas 2017-09-19 23:18:18 Re: pgsql: Avoid use of non-portable strnlen() in pgstat_clip_activity().