From 7c86af45d1d6038b15f676874980e1d19b670bfa Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Tue, 20 Feb 2024 15:22:32 +0900 Subject: [PATCH] doc: Remove unnecessary breaks in description section Per pull request #174. Backpatch down to 14, where the new documentation has been introduced. Author: daikin555 Backpatch-through: 14 --- docs/description.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/description.md b/docs/description.md index 27a377b0..0d40f37f 100644 --- a/docs/description.md +++ b/docs/description.md @@ -13,8 +13,8 @@ doing a sequential scan on `pgbench_accounts`: ```sql =# /*+ - HashJoin(a b) - SeqScan(a) + HashJoin(a b) + SeqScan(a) */ EXPLAIN SELECT * FROM pgbench_branches b