changeset 5515:f9e6d366661a pg-transactions

cleaning NEWS
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 Jan 2024 18:11:46 +0100
parents b74543e7ac2e
children d9c9f3c57f4f
files NEWS
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Jan 29 18:10:31 2024 +0100
+++ b/NEWS	Mon Jan 29 18:11:46 2024 +0100
@@ -4,11 +4,10 @@
 General
 -------
 
-* Performance:
-  - Databases:
-    - At startup, when using a database plugin, display the latency to access the DB.
-    - Added support for new DB primitives to enable the "READ COMMITTED" transaction mode
-      in the PostgreSQL plugin.
+* Performance of databases:
+  - At startup, if using a database plugin, displays the latency to access the DB.
+  - Added support for new DB primitives to enable the "READ COMMITTED"
+    transaction mode in the PostgreSQL plugin.
 
 REST API
 --------