This is an automated email from the ASF dual-hosted git repository.
reshke pushed a commit to branch cbdb-postgres-merge
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/cbdb-postgres-merge by this
push:
new 31a038ce22c Fix basic archive compile issues.
31a038ce22c is described below
commit 31a038ce22c277051fd0a4ee4891cee01a75ab41
Author: reshke <[email protected]>
AuthorDate: Sun Dec 14 16:16:47 2025 +0000
Fix basic archive compile issues.
Caused by CLoudberry's "Cluster encryption" feature
---
contrib/basic_archive/basic_archive.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/basic_archive/basic_archive.c
b/contrib/basic_archive/basic_archive.c
index 4d78c31859f..f47b5b954b1 100644
--- a/contrib/basic_archive/basic_archive.c
+++ b/contrib/basic_archive/basic_archive.c
@@ -301,7 +301,7 @@ basic_archive_file_internal(const char *file, const char
*path)
* Copy the file to its temporary destination. Note that this will fail
* if temp already exists.
*/
- copy_file(path, temp);
+ copy_file(path, temp, /* Third arg is Cloudberry addon */false);
/*
* Sync the temporary file to disk and move it to its final destination.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]