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 92f355c7724 Fix compile errors for bootstrap
92f355c7724 is described below

commit 92f355c77245f03353878f7c787d0f5ee17b125a
Author: Jinbao Chen <[email protected]>
AuthorDate: Wed Oct 1 17:45:58 2025 +0800

    Fix compile errors for bootstrap
---
 src/backend/bootstrap/bootstrap.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/backend/bootstrap/bootstrap.c 
b/src/backend/bootstrap/bootstrap.c
index cbc3b778b04..fe0dc28a70e 100644
--- a/src/backend/bootstrap/bootstrap.c
+++ b/src/backend/bootstrap/bootstrap.c
@@ -289,8 +289,6 @@ BootstrapModeMain(int argc, char *argv[], bool check_only)
                                break;
                        case 'K':
                                {
-                                       int i;
- 
                                        /* method 0/disabled cannot be 
specified */
                                        for (i = DISABLED_ENCRYPTION_METHOD + 1;
                                                 i < NUM_ENCRYPTION_METHODS; 
i++)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to