Re: Improve the log message output of basic_archive when basic_archive.archive_directory parameter is not set

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: bt23nguyent <bt23nguyent(at)oss(dot)nttdata(dot)com>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Improve the log message output of basic_archive when basic_archive.archive_directory parameter is not set
Date: 2023-09-25 22:20:47
Message-ID: 20230925222047.GA3173226@nathanxps13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Sep 21, 2023 at 11:18:00AM +0900, bt23nguyent wrote:
> -basic_archive_configured(ArchiveModuleState *state)
> +basic_archive_configured(ArchiveModuleState *state, char **logdetail)

Could we do something more like GUC_check_errdetail() instead to maintain
backward compatibility with v16?

--
Nathan Bossart
Amazon Web Services: https://aws.amazon.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2023-09-25 22:30:32 Re: Partial aggregates pushdown
Previous Message Tom Lane 2023-09-25 22:20:10 Re: How to update unicode mapping table?