projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e05df4
)
Fix indentation.
author
Robert Haas
<
[email protected]
>
Mon, 17 Mar 2025 20:05:35 +0000
(16:05 -0400)
committer
Robert Haas
<
[email protected]
>
Mon, 17 Mar 2025 20:06:17 +0000
(16:06 -0400)
Commit
99aeb84703177308c1541e2d11c09fdc59acb724
wasn't fully
reindented prior to commit.
src/bin/pg_combinebackup/copy_file.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_combinebackup/copy_file.c
b/src/bin/pg_combinebackup/copy_file.c
index 97ecda5a66dddf88290bb0384ebc2d96a4cf77be..b0c94f6ee311bad9547ce0e02fdc3cf1426e76bf 100644
(file)
--- a/
src/bin/pg_combinebackup/copy_file.c
+++ b/
src/bin/pg_combinebackup/copy_file.c
@@
-72,9
+72,10
@@
copy_file(const char *src, const char *dst,
}
#ifdef WIN32
+
/*
- * We have no specific switch to enable CopyFile on Windows, because
- *
it's
supported (as far as we know) on all Windows machines. So,
+ * We have no specific switch to enable CopyFile on Windows, because
it's
+ * supported (as far as we know) on all Windows machines. So,
* automatically enable it unless some other strategy was selected.
*/
if (copy_method == COPY_METHOD_COPY)