From 4439683ffaf1ee606100f2d01feca3f6c4db3caf Mon Sep 17 00:00:00 2001 From: Nassib Nassar Date: Fri, 1 Dec 2023 10:39:05 -0500 Subject: [PATCH] Remove note on PostgreSQL 14 in documentation --- doc/Admin_Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Admin_Guide.md b/doc/Admin_Guide.md index 34b02df..369bec4 100644 --- a/doc/Admin_Guide.md +++ b/doc/Admin_Guide.md @@ -145,7 +145,7 @@ that runs the LDP database, assuming 4 CPU cores and 32 GB memory: * `default_statistics_target`: `1000` * `effective_io_concurrency`: `200` * `idle_in_transaction_session_timeout`: `3600000` -* `idle_session_timeout`: `86400000` (PostgreSQL 14 or later) +* `idle_session_timeout`: `86400000` * `maintenance_work_mem`: `1000000` * `max_wal_size`: `10240` * `shared_buffers`: `1250000`