constify arguments of copy_file() and copydir()
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2023-01-14T23:11:26Z
Lists: pgsql-hackers
Attachments
- constify_arguments.patch (text/x-diff) patch
I've attached a patch for $SUBJECT, which allows us to remove a use of the unconstify macro in basic_archive. This is just a pet peeve, but maybe it bothers others, too. -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Constify the arguments of copydir.h functions
- 2f31f405e1fa 16.0 landed