pgsql: Rename exposed identifiers to say "backup manifest".

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename exposed identifiers to say "backup manifest".
Date: 2020-04-23 12:47:41
Message-ID: E1jRbGX-0006SV-LW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2020-04-23 13:49:11 pgsql: Also rename 'struct manifest_info'.
Previous Message Andres Freund 2020-04-23 03:00:11 pgsql: Fix transient memory leak for SRFs in FROM.