pgsql: Remove some dead code in contrib/adminpack/

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove some dead code in contrib/adminpack/
Date: 2020-02-14 03:39:32
Message-ID: E1j2RpE-0004f3-0m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove some dead code in contrib/adminpack/

Since its introduction in fe59e56, the code in charge of validating and
converting a file path includes some extra handling for absolute paths
pointing to an external log_directory, but this has never been used.

Author: Antonin Houska
Reviewed-by: Julien Rouhaud, Michael Paquier
Discussion: https://postgr.es/m/32663.1581592539@antos

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/11f063b0a974f4e1c87c26d0fe259c2167f3d00e

Modified Files
--------------
contrib/adminpack/adminpack.c | 27 +++++++++++----------------
1 file changed, 11 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2020-02-14 08:29:54 Re: pgsql: walreceiver uses a temporary replication slot by default
Previous Message Tom Lane 2020-02-13 20:02:46 pgsql: Mark some contrib modules as "trusted".