pgsql: Remove some code related to 7.3 and older servers from tools of

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove some code related to 7.3 and older servers from tools of
Date: 2019-05-07 05:22:03
Message-ID: E1hNsYF-0001Kw-Pn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove some code related to 7.3 and older servers from tools of src/bin/

This code was broken as of 582edc3, and is most likely not used anymore.
Note that pg_dump supports servers down to 8.0, and psql has code to
support servers down to 7.4.

Author: Julien Rouhaud
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/CAOBaU_Y5y=zo3+2gf+2NJC1pvMYPcbRXoQaPXx=U7+C8Qh4CzQ@mail.gmail.com

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9a6a1042ab406de4eebcd307a1220c5552567748

Modified Files
--------------
src/bin/scripts/common.c | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2019-05-07 05:55:54 Re: pgsql: Revert "Avoid the creation of the free space map for small heap
Previous Message Amit Kapila 2019-05-07 04:33:24 Re: pgsql: Revert "Avoid the creation of the free space map for small heap