pgsql: Also rename 'struct manifest_info'.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Also rename 'struct manifest_info'.
Date: 2020-04-23 13:49:11
Message-ID: E1jRcE3-0006yX-FA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Also rename 'struct manifest_info'.

The previous commit renamed the struct's typedef, but not the struct
name itself.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ab7646ff92c799303b9ee70ce88b89e07dae717c

Modified Files
--------------
src/include/replication/backup_manifest.h | 2 +-
src/include/replication/basebackup.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-04-23 19:12:51 pgsql: Doc: update section 9.12 for new function table layout.
Previous Message Robert Haas 2020-04-23 12:47:41 pgsql: Rename exposed identifiers to say "backup manifest".