This is an automated email from the ASF dual-hosted git repository. reshke pushed a commit to branch address_1566_p2 in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 7405b12c5222f0ca9e1f0a1f32e16073f74de39e 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]
