Clean up some code, comments and docs referring to Windows 2000 and older

Michael Paquier <michael@paquier.xyz>

Commit: e2e02191e23379502a38a6b0436ab7f41b2efc08
Author: Michael Paquier <michael@paquier.xyz>
Date: 2020-02-19T04:20:33Z
Releases: 13.0
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

Files

PathChange+/−
doc/src/sgml/installation.sgml modified +1 −1
doc/src/sgml/install-windows.sgml modified +1 −2
src/backend/libpq/auth.c modified +3 −3
src/bin/initdb/initdb.c modified +5 −6
src/common/exec.c modified +1 −131
src/port/getaddrinfo.c modified +2 −10

Documentation touched

Discussion