mirror of
https://github.com/zebrajr/postgres.git
synced 2026-01-15 12:15:21 +00:00
This rename is in preparation for the introduction of recovery modules, where basic_wal_module will be used as a base template for the set of callbacks introduced. The former name did not really reflect all that. Author: Nathan Bossart Discussion: https://postgr.es/m/20221227192449.GA3672473@nathanxps13
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
archive_mode = on
|
|
archive_library = 'basic_wal_module'
|
|
basic_wal_module.archive_directory = '.'
|
|
wal_level = replica
|