From e2e02191e23379502a38a6b0436ab7f41b2efc08 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 19 Feb 2020 13:20:33 +0900 Subject: Clean up some code, comments and docs referring to Windows 2000 and older MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 | 3 +-- doc/src/sgml/installation.sgml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 08556b6ebe7..e492d8957ca 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -46,8 +46,7 @@ Cygwin is not recommended for running a production server, and it should only be used for running on older versions of Windows where - the native build does not work, such as - Windows 98. The official + the native build does not work. The official binaries are built using Visual Studio. diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index f1adcc3c559..cc242dccee6 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2087,7 +2087,7 @@ export MANPATH PostgreSQL can be expected to work on these operating - systems: Linux (all recent distributions), Windows (Win2000 SP4 and later), + systems: Linux (all recent distributions), Windows (XP and later), FreeBSD, OpenBSD, NetBSD, macOS, AIX, HP/UX, and Solaris. Other Unix-like systems may also work but are not currently being tested. In most cases, all CPU architectures supported by -- cgit v1.2.3