Re: pgsql: Rename contrib module basic_archive to basic_wal_module

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Rename contrib module basic_archive to basic_wal_module
Date: 2023-01-25 17:49:45
Message-ID: CA+TgmoYG5uGOp7DGFT5gzC1kKFWGjkLSj_wOQxGhfMcvVEiKGA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Wed, Jan 25, 2023 at 12:37 AM Michael Paquier <michael(at)paquier(dot)xyz> wrote:
> Rename contrib module basic_archive to basic_wal_module

FWIW, I find this new name much less clear than the old one.

If we want to provide a basic_archive module and a basic_recovery
module, that seems fine. Why merge them?

--
Robert Haas
EDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-01-25 17:59:51 pgsql: plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCE
Previous Message Tom Lane 2023-01-25 16:48:42 pgsql: Avoid type cheats for invalid dsa_handles and dshash_table_handl

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2023-01-25 17:57:29 Re: wake up logical workers after ALTER SUBSCRIPTION
Previous Message Bruce Momjian 2023-01-25 17:34:00 Re: CREATE ROLE bug?