diff PostgreSQL/NEWS @ 141:0b3e9ee53c46

Added 'MaximumConnectionRetries' & 'ConnectionRetryInterval' to configure the retries when connecting to the DB at startup
author Alain Mazy <alain@mazy.be>
date Mon, 03 Feb 2020 22:29:51 +0100
parents cc3dc759c989
children 710537acb488
line wrap: on
line diff
--- a/PostgreSQL/NEWS	Fri Jan 31 17:24:29 2020 +0100
+++ b/PostgreSQL/NEWS	Mon Feb 03 22:29:51 2020 +0100
@@ -2,6 +2,8 @@
 ===============================
 
 * Added an advisory lock to avoid race conditions during database setup
+* Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure 
+  the retries when connecting to the DB at startup
 
 
 Release 3.2 (2019-03-01)