constify arguments of copy_file() and copydir()

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: constify arguments of copy_file() and copydir()
Date: 2023-01-14 23:11:26
Message-ID: 20230114231126.GA2580330@nathanxps13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
constify_arguments.patch text/x-diff 1.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2023-01-14 23:39:06 Re: logical decoding and replication of sequences, take 2
Previous Message Nathan Bossart 2023-01-14 22:40:00 Re: fix and document CLUSTER privileges