This is an automated email from the ASF dual-hosted git repository.

reshke pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git

commit 49ffac1ad916c4ee237b7f95d140c68b0bda90aa
Author: reshke <[email protected]>
AuthorDate: Sat Feb 7 19:33:27 2026 +0000

    fix ecpglib patch
---
 src/interfaces/ecpg/ecpglib/connect.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/interfaces/ecpg/ecpglib/connect.c 
b/src/interfaces/ecpg/ecpglib/connect.c
index de3d11dc15e..f4d2da9173a 100644
--- a/src/interfaces/ecpg/ecpglib/connect.c
+++ b/src/interfaces/ecpg/ecpglib/connect.c
@@ -15,10 +15,6 @@
 locale_t       ecpg_clocale = (locale_t) 0;
 #endif
 
-#ifdef HAVE_USELOCALE
-locale_t       ecpg_clocale = (locale_t) 0;
-#endif
-
 #ifdef ENABLE_THREAD_SAFETY
 static pthread_mutex_t connections_mutex = PTHREAD_MUTEX_INITIALIZER;
 static pthread_key_t actual_connection_key;


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

Reply via email to