Disallow setting archive_library and archive_command at the same time

Peter Eisentraut <peter@eisentraut.org>

Commit: d627ce3b706de16279d8eb683bfeda34ad7197fe
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2022-11-15T09:03:47Z
Releases: 16.0
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

Files

PathChange+/−
doc/src/sgml/config.sgml modified +7 −3
src/backend/postmaster/pgarch.c modified +12 −0

Documentation touched

Discussion