diff options
author | Robert Haas <rhaas@postgresql.org> | 2020-04-23 09:47:50 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2020-04-23 09:47:50 -0400 |
commit | ab7646ff92c799303b9ee70ce88b89e07dae717c (patch) | |
tree | f98314c9939d4901ab1863a5ba0d6f898e16d96d /src/include/replication/backup_manifest.h | |
parent | 3989dbdf1293ecc16991065a3d84857a945ea853 (diff) |
Also rename 'struct manifest_info'.
The previous commit renamed the struct's typedef, but not the struct
name itself.
Diffstat (limited to 'src/include/replication/backup_manifest.h')
-rw-r--r-- | src/include/replication/backup_manifest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/replication/backup_manifest.h b/src/include/replication/backup_manifest.h index fd614202b31..06b114f3d77 100644 --- a/src/include/replication/backup_manifest.h +++ b/src/include/replication/backup_manifest.h @@ -24,7 +24,7 @@ typedef enum manifest_option MANIFEST_OPTION_FORCE_ENCODE } backup_manifest_option; -typedef struct manifest_info +typedef struct backup_manifest_info { BufFile *buffile; pg_checksum_type checksum_type; |