From a50562a5628be514a6dac65d5f7473a1488b6b56 Mon Sep 17 00:00:00 2001
From: Peter Smith <peter.b.smith@fujitsu.com>
Date: Fri, 7 Feb 2025 16:57:12 +1100
Subject: [PATCH v1] DOCS - inactive_since. Add blank line.

---
 doc/src/sgml/system-views.sgml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/src/sgml/system-views.sgml b/doc/src/sgml/system-views.sgml
index 8e2b0a7..7db509d 100644
--- a/doc/src/sgml/system-views.sgml
+++ b/doc/src/sgml/system-views.sgml
@@ -2567,6 +2567,8 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
       <para>
         The time when the slot became inactive. <literal>NULL</literal> if the
         slot is currently being streamed.
+      </para>
+      <para>
         Note that for slots on the standby that are being synced from a
         primary server (whose <structfield>synced</structfield> field is
         <literal>true</literal>), the <structfield>inactive_since</structfield>
-- 
1.8.3.1

