Clean up some code, comments and docs referring to Windows 2000 and older
Michael Paquier <michael@paquier.xyz>
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
| Path | Change | +/− |
|---|---|---|
| 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
- Clean up some old cruft related to Windows 16 messages · 2019-12-19 → 2020-02-21