pgsql: Disallow setting archive_library and archive_command at the same - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Disallow setting archive_library and archive_command at the same
Date
Msg-id E1ous0U-000HpC-2O@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Disallow setting archive_library and archive_command at the same time

Setting archive_library and archive_command at the same time is now an
error.  Before, archive_library would take precedence over
archive_command.

Author: Nathan Bossart <nathandbossart@gmail.com>
Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Reviewed-by: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Discussion: https://www.postgresql.org/message-id/20220914222736.GA3042279%40nathanxps13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d627ce3b706de16279d8eb683bfeda34ad7197fe

Modified Files
--------------
doc/src/sgml/config.sgml        | 10 +++++++---
src/backend/postmaster/pgarch.c | 12 ++++++++++++
2 files changed, 19 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Improve comments referring snapshot's subxip array.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: libpq error message refactoring, part 2