Remove some dead code in contrib/adminpack/
authorMichael Paquier <michael@paquier.xyz>
Fri, 14 Feb 2020 03:38:44 +0000 (12:38 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 14 Feb 2020 03:38:44 +0000 (12:38 +0900)
commit11f063b0a974f4e1c87c26d0fe259c2167f3d00e
treeceaac5d73e68b504a9cecd831dbe890a6eff44ac
parenteb67623c965b4759a96309cdb58a17339fc5d401
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
contrib/adminpack/adminpack.c