pgsql: Doc: remove obsolete advice about manually inserting snprintfin - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: remove obsolete advice about manually inserting snprintfin
Date
Msg-id E1fr5Ye-0006ij-K4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: remove obsolete advice about manually inserting snprintf into build.

This para is obsolete, first because nobody is using Solaris 7 anymore,
and second because if someone was, configure should catch the snprintf
buffer overrun problem automatically (since commit 9bed827b1), and third
because this is incorrect advice about how to manually force use of
snprintf.c anyway, and has been so at least since commit 3bc6bdf32.
The lack of complaints about it reinforces the conclusion that Solaris 7
no longer exists in the wild; so I don't feel a need to insert correct
advice instead.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/47183265ed745d9ee7e0ac0798a5c88660436d4e

Modified Files
--------------
doc/src/sgml/installation.sgml | 24 ------------------------
1 file changed, 24 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Ensure schema qualification in pg_restore DISABLE/ENABLETRIGGER
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Improve error messages for CREATE OR REPLACE PROCEDURE