reshke commented on issue #1566:
URL: https://github.com/apache/cloudberry/issues/1566#issuecomment-3863867153

   part 2
   ===
   ace9973867c - small issues on apply, fixed
   4b0d21b06c6 - clean
   e086b55381a - clean 
   99504ff8265 - already-in
   e24615a0057 - clean apply 
   fb81a93a644 - already-in
   
   5b94e2bd4d5: rebase conflicts with movable locales, fixed:
   ```
     #ifdef ENABLE_THREAD_SAFETY
     static pthread_mutex_t connections_mutex = PTHREAD_MUTEX_INITIALIZER;
     static pthread_key_t actual_connection_key;
   @@@ -518,7 -517,7 +522,11 @@@ ECPGconnect(int lineno, int c, const ch
     #ifdef HAVE_USELOCALE
           if (!ecpg_clocale)
           {
   ++<<<<<<< HEAD
    +              ecpg_clocale = NEWLOCALE(LC_NUMERIC_MASK, "C", (locale_t) 0);
   ++=======
   +               ecpg_clocale = newlocale(LC_NUMERIC_MASK, "C", (locale_t) 0);
   ++>>>>>>> 5b94e2bd4d5 (ecpglib: call newlocale() once per process.)
                   if (!ecpg_clocale)
                   {
     #ifdef ENABLE_THREAD_SAFETY
   
   ```
   
   463a841d740 - clean


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to