This is an automated email from the ASF dual-hosted git repository.
chenjinbao1989 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 371c09c1e2a Fix a compile error
371c09c1e2a is described below
commit 371c09c1e2a59319a052c9f55f6c08ac966fbfcc
Author: Jinbao Chen <[email protected]>
AuthorDate: Wed Oct 1 15:48:43 2025 +0800
Fix a compile error
---
src/backend/access/appendonly/appendonly_compaction.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/access/appendonly/appendonly_compaction.c
b/src/backend/access/appendonly/appendonly_compaction.c
index e9eec1e4b2a..b8cae6ebf6c 100644
--- a/src/backend/access/appendonly/appendonly_compaction.c
+++ b/src/backend/access/appendonly/appendonly_compaction.c
@@ -252,7 +252,7 @@ AppendOnlySegmentFileTruncateToEOF(Relation aorel, int
segno, int64 segeof, AOVa
get_namespace_name(RelationGetNamespace(aorel)),
relname,
aorel->rd_id,
-、 aorel->rd_locator.relNumber,
+ aorel->rd_locator.relNumber,
segno,
segeof);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]