From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Fix a comment in basic_archive about NO_INSTALLCHECK |
Date: | 2023-04-06 03:55:56 |
Message-ID: | ZC5CzBwhG58VxPG1@paquier.xyz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Apr 03, 2023 at 08:56:10AM +0530, Bharath Rupireddy wrote:
> It looks like comments in make file and meson file about not running
> basic_archive tests in NO_INSTALLCHECK mode are wrong. The comments say the
> module needs to be loaded via shared_preload_libraries=basic_archive, but
> it actually doesn't. The custom file needs archive related parameters and
> wal_level=replica. Here's a patch correcting that comment.
Wouldn't it be better to also set shared_preload_libraries in
basic_archive.conf? It is true that the test works fine if setting
only archive_library, which would cause the library with its
_PG_init() to be loaded in the archiver process. However the GUC
basic_archive.archive_directory is missing from the backends.
Saying that, updating the comments about the dependency with
archive_library and the module's GUC is right.
--
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Lakhin | 2023-04-06 04:00:01 | Re: Amcheck verification of GiST and GIN |
Previous Message | Michael Paquier | 2023-04-06 03:28:04 | Re: Add index scan progress to pg_stat_progress_vacuum |