pgsql: Refine win32env.c cosmetics.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Refine win32env.c cosmetics.
Дата
Msg-id E1cDHKr-0003if-Ot@gemulon.postgresql.org
обсуждение исходный текст
Список 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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/117818252d96cb6cb99c72da936d3371680c3768

Modified Files
--------------
src/port/win32env.c | 46 +++++++++++++++++++---------------------------
1 file changed, 19 insertions(+), 27 deletions(-)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Refine win32env.c cosmetics.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Remove wrong CloseHandle() call.