Release 3.6.12
| pgpool-II 3.7.5 Documentation | |||
|---|---|---|---|
| Prev | Up | Appendix A. Release Notes | Next | 
Release Date: 2018-07-31
A.7.1. Bug fixes
- 
    
Fix "write on backend 0 failed with error :"Success"" error. ( bug 403 ) (Tatsuo Ishii)
Don't treated it as an error if
write()returns 0. - 
    
Fix for 0000409: worker process is not restarted after failover on standby. ( bug 409 ) (Muhammad Usama)
Patch contributed by Yugo Nagata.
 - 
    
Fix memory leaks related to
pool_extract_error_message(). (Tatsuo Ishii) - 
    
Fix an incorrect declare as bool, rather than int in
pool_extract_error_message(). (Tatsuo Ishii)This led to a segfault issue mentioned on certain platform.
 - 
    
Fix segfault in
per_node_error_log()on armhf architecture. (Tatsuo Ishii)Patch provided by Christian Ehrhardt.
 - 
    
Doc: Improve documents of "MD5 Password Authentication", "Installing Pgpool-II" and "pg_md5".(Bo Peng)
Patch provided by Takuma Hoshiai.
 - 
    
Test: Fix 006.memqcache test failure. (Tatsuo Ishii)