pgsql: Also rename 'struct manifest_info'. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Also rename 'struct manifest_info'.
Date
Msg-id E1jRcE3-0006yX-FA@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Rename exposed identifiers to say "backup manifest".
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: update section 9.12 for new function table layout.