mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Rename contrib module basic_archive to basic_wal_module
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
This commit is contained in:
@ -11,7 +11,7 @@ subdir('adminpack')
|
||||
subdir('amcheck')
|
||||
subdir('auth_delay')
|
||||
subdir('auto_explain')
|
||||
subdir('basic_archive')
|
||||
subdir('basic_wal_module')
|
||||
subdir('bloom')
|
||||
subdir('basebackup_to_shell')
|
||||
subdir('bool_plperl')
|
||||
|
Reference in New Issue
Block a user