pgsql: Refine win32env.c cosmetics. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Refine win32env.c cosmetics.
Date
Msg-id E1cDHKr-0003iF-Lv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Refine win32env.c cosmetics.

Replace use of plain 0 as a null pointer constant.  In comments, update
terminology and lessen redundancy.  Back-patch to 9.2 (all supported
versions) for the convenience of back-patching the next two commits.

Christian Ullrich and Noah Misch, reviewed (in earlier versions) by
Michael Paquier.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/bf5ecaae4af355256011b7eb4f3f1880e061162c

Modified Files
--------------
src/port/win32env.c | 48 ++++++++++++++++++++----------------------------
1 file changed, 20 insertions(+), 28 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Make pgwin32_putenv() visit debug CRTs.
Next
From: Noah Misch
Date:
Subject: pgsql: Refine win32env.c cosmetics.