Dead code in adminpack
Antonin Houska <ah@cybertec.at>
From: Antonin Houska <ah@cybertec.at>
To: pgsql-hackers@postgresql.org
Date: 2020-02-13T11:15:39Z
Lists: pgsql-hackers
Attachments
- adminpack_dead_code.patch (text/x-diff) patch
I've noticed that convert_and_check_filename() is always passed false for the "logAllowed" argument - someone probably forgot to remove the argument when it was decided that log files are no longer accepted. If the argument was removed, the function would become a bit simpler, see the patch. -- Antonin Houska Web: https://www.cybertec-postgresql.com
Commits
-
Remove some dead code in contrib/adminpack/
- 11f063b0a974 13.0 landed