Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitab7646f

Browse files
committed
Also rename 'struct manifest_info'.
The previous commit renamed the struct's typedef, but not the structname itself.
1 parent3989dbd commitab7646f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/include/replication/backup_manifest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ typedef enum manifest_option
2424
MANIFEST_OPTION_FORCE_ENCODE
2525
}backup_manifest_option;
2626

27-
typedefstructmanifest_info
27+
typedefstructbackup_manifest_info
2828
{
2929
BufFile*buffile;
3030
pg_checksum_typechecksum_type;

‎src/include/replication/basebackup.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#include"nodes/replnodes.h"
1616

17-
structmanifest_info;/* avoid including backup_manifest.h */
17+
structbackup_manifest_info;/* avoid including backup_manifest.h */
1818

1919

2020
/*
@@ -34,6 +34,6 @@ typedef struct
3434
externvoidSendBaseBackup(BaseBackupCmd*cmd);
3535

3636
externint64sendTablespace(char*path,char*oid,boolsizeonly,
37-
structmanifest_info*manifest);
37+
structbackup_manifest_info*manifest);
3838

3939
#endif/* _BASEBACKUP_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp