Rename exposed identifiers to say "backup manifest".
authorRobert Haas <[email protected]>
Thu, 23 Apr 2020 12:44:06 +0000 (08:44 -0400)
committerRobert Haas <[email protected]>
Thu, 23 Apr 2020 12:44:06 +0000 (08:44 -0400)
commit3989dbdf1293ecc16991065a3d84857a945ea853
tree810df1d5a7c6d18fda4095f7e0b3aed9f9d9a418
parent299298bc873374ed49fa2f39944c09ac62bd75e3
Rename exposed identifiers to say "backup manifest".

Function names declared "extern" now use BackupManifest in the name
rather than just Manifest, and data types use backup_manifest
rather than just manifest.

Per note from Michael Paquier.

Discussion: http://postgr.es/m/20200418125713[email protected]
src/backend/replication/backup_manifest.c
src/backend/replication/basebackup.c
src/include/replication/backup_manifest.h