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

Commit554d3a1

Browse files
committed
Adjust json_manifest_per_file_callback API in one more place.
Oversight in commitd94cf5c (and in my testing of same).Discussion:https://postgr.es/m/9468.1727895630@sss.pgh.pa.us
1 parent920d519 commit554d3a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/backup/basebackup_incremental.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ typedef struct
5858
{
5959
uint32status;
6060
constchar*path;
61-
size_tsize;
61+
uint64size;
6262
}backup_file_entry;
6363

6464
staticuint32hash_string_pointer(constchar*s);
@@ -133,7 +133,7 @@ static void manifest_process_system_identifier(JsonManifestParseContext *context
133133
uint64manifest_system_identifier);
134134
staticvoidmanifest_process_file(JsonManifestParseContext*context,
135135
constchar*pathname,
136-
size_tsize,
136+
uint64size,
137137
pg_checksum_typechecksum_type,
138138
intchecksum_length,
139139
uint8*checksum_payload);
@@ -966,7 +966,7 @@ manifest_process_system_identifier(JsonManifestParseContext *context,
966966
*/
967967
staticvoid
968968
manifest_process_file(JsonManifestParseContext*context,
969-
constchar*pathname,size_tsize,
969+
constchar*pathname,uint64size,
970970
pg_checksum_typechecksum_type,
971971
intchecksum_length,
972972
uint8*checksum_payload)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp