Release 3.7.24

Release Date: 2022-05-19

A.48.1. Changes

  • Enhance in stopping pgpool main process. (Tatsuo Ishii)

    If "pgpool stop" couldn't terminate the main process within certain period (currently 5 seconds), send the signal again.

  • Change the PID length of pcp_proc_count command to 7 characters long. (Bo Peng)

  • Enhance error message to include the message kind returned and the backend node id while processing parse message. (Tatsuo Ishii)

  • Downgrade log level of ParameterStatus message from LOG to DEBUG5. (Tatsuo Ishii)

    Discussion: [pgpool-general: 8042]

  • Change the default value of pcp_listen_addresses from '*' to 'localhost'. (Tatsuo Ishii)

  • Adjust the field name in pcp_watchdog_info . (Muhammad Usama)

A.48.2. Bug fixes

  • Fix issue that watchdog cluster keeps rejecting the restarted remote node which is lost previously. (Muhammad Usama)

    Issue report: [pgpool-general: 7896]

  • Fix main process exiting if a backend is failing or shutting down while performing finding primary. (Tatsuo Ishii)

  • Fix segfaults in watchdog. (Muhammad Usama)

    Discussion: [pgpool-general: 8030]

A.48.3. Documents

A.48.4. Regression Tests

  • Improve regression test to detect segmentation fault. (Bo Peng)