[pgpool-hackers: 4517] Re: Introducing Global Connection Pooling Feature for Pgpool-II
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Wed Aug 28 09:43:09 JST 2024
    
    
  
Hi Usama,
I have looked into the GitHub repository you are working on for this
project:
https://github.com/codeforall/pgpool2
I noticed that you modified src/main/main.c:
*** /home/t-ishii/work/Pgpool-II/current/pgpool2/src/main/main.c	2024-08-25 10:18:43.006798216 +0900
--- src/main/main.c	2024-08-27 16:00:51.388409353 +0900
***************
*** 314,320 ****
--- 314,323 ----
  	 * If ssl is enabled, initialize the SSL context
  	 */
  	if (pool_config->ssl)
+ 	{
  		SSL_ServerSide_init();
+ 		SSL_ClientSide_init();
+ 	}
  #endif							/* USE_SSL */
  
  	/* check effective user id for watchdog */
Can you explain why you need the modification? I thought SSL is not
related to the global connection feature...
Best reagards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp
    
    
More information about the pgpool-hackers
mailing list