pgsql: Rename exposed identifiers to say "backup manifest". - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Rename exposed identifiers to say "backup manifest".
Date
Msg-id E1jRbGX-0006SV-LW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.GG350229@paquier.xyz

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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix transient memory leak for SRFs in FROM.
Next
From: Robert Haas
Date:
Subject: pgsql: Also rename 'struct manifest_info'.