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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clean up some code, comments and docs referring to Windows 2000
Date: 2020-02-19 04:21:04
Message-ID: E1j4GrA-0006wL-WE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e2e02191e23379502a38a6b0436ab7f41b2efc08

Modified Files
--------------
doc/src/sgml/install-windows.sgml | 3 +-
doc/src/sgml/installation.sgml | 2 +-
src/backend/libpq/auth.c | 6 +-
src/bin/initdb/initdb.c | 11 ++--
src/common/exec.c | 132 +-------------------------------------
src/port/getaddrinfo.c | 12 +---
6 files changed, 13 insertions(+), 153 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2020-02-19 11:47:59 pgsql: Fix mesurement of elapsed time during truncating heap in VACUUM.
Previous Message Amit Kapila 2020-02-19 03:41:03 pgsql: Stop demanding that top xact must be seen before subxact in deco