Clean up some code, comments and docs referring to Windows 2000 and older
authorMichael Paquier <michael@paquier.xyz>
Wed, 19 Feb 2020 04:20:33 +0000 (13:20 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 19 Feb 2020 04:20:33 +0000 (13:20 +0900)
commite2e02191e23379502a38a6b0436ab7f41b2efc08
tree081dc28955ea0a5000d4bd7029bdb608289c0c67
parente3ff789acfb2754cd7b5e87f6f4463fd08e35996
Clean up some code, comments and docs referring to Windows 2000 and older

This fixes and updates a couple of comments related to outdated Windows
versions.  Particularly, src/common/exec.c had a fallback implementation
to read a file's line from a pipe because stdin/stdout/stderr does not
exist in Windows 2000 that is removed to simplify src/common/ as there
are unlikely versions of Postgres running on such platforms.

Author: Michael Paquier
Reviewed-by: Kyotaro Horiguchi, Juan José Santamaría Flecha
Discussion: https://postgr.es/m/20191219021526.GC4202@paquier.xyz
doc/src/sgml/install-windows.sgml
doc/src/sgml/installation.sgml
src/backend/libpq/auth.c
src/bin/initdb/initdb.c
src/common/exec.c
src/port/getaddrinfo.c