diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-02-19 13:20:33 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-02-19 13:20:33 +0900 |
commit | e2e02191e23379502a38a6b0436ab7f41b2efc08 (patch) | |
tree | 081dc28955ea0a5000d4bd7029bdb608289c0c67 /doc/src | |
parent | e3ff789acfb2754cd7b5e87f6f4463fd08e35996 (diff) | |
download | postgresql-e2e02191e23379502a38a6b0436ab7f41b2efc08.tar.gz postgresql-e2e02191e23379502a38a6b0436ab7f41b2efc08.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/install-windows.sgml | 3 | ||||
-rw-r--r-- | doc/src/sgml/installation.sgml | 2 |
2 files changed, 2 insertions, 3 deletions
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 @@ <productname>Cygwin</productname> is not recommended for running a production server, and it should only be used for running on older versions of <productname>Windows</productname> where - the native build does not work, such as - <productname>Windows 98</productname>. The official + the native build does not work. The official binaries are built using <productname>Visual Studio</productname>. </para> 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 <para> <productname>PostgreSQL</productname> 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 |