aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_rewind/fetch.c')
-rw-r--r--src/bin/pg_rewind/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/fetch.c b/src/bin/pg_rewind/fetch.c
index f18fe5386ed..f41d0f295ea 100644
--- a/src/bin/pg_rewind/fetch.c
+++ b/src/bin/pg_rewind/fetch.c
@@ -37,7 +37,7 @@ fetchSourceFileList(void)
* Fetch all relation data files that are marked in the given data page map.
*/
void
-executeFileMap(void)
+execute_file_actions(filemap_t *filemap)
{
if (datadir_source)
copy_executeFileMap(filemap);