Dead code in adminpack - Mailing list pgsql-hackers

From Antonin Houska
Subject Dead code in adminpack
Date
Msg-id 32663.1581592539@antos
Whole thread Raw
Responses Re: Dead code in adminpack
Re: Dead code in adminpack
List pgsql-hackers
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


Attachment

pgsql-hackers by date:

Previous
From: Alexey Bashtanov
Date:
Subject: Small docs bugfix: make it clear what can be used in UPDATE FROM andDELETE USING
Next
From: Andy Fan
Date:
Subject: Re: [PATCH] Erase the distinctClause if the result is unique by definition