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/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/3989dbdf1293ecc16991065a3d84857a945ea853 Modified Files -------------- src/backend/replication/backup_manifest.c | 62 ++++++++++++++++--------------- src/backend/replication/basebackup.c | 33 ++++++++-------- src/include/replication/backup_manifest.h | 29 ++++++++------- 3 files changed, 65 insertions(+), 59 deletions(-)
