Skip to content

Commit

Permalink
doc: Remove unnecessary breaks in description section
Browse files Browse the repository at this point in the history
Per pull request #174.  Backpatch down to 14, where the new
documentation has been introduced.

Author: daikin555
Backpatch-through: 14
  • Loading branch information
michaelpq committed Feb 20, 2024
1 parent bfaabf1 commit 2c31ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ doing a sequential scan on `pgbench_accounts`:

```sql
=# /*+
<b>HashJoin(a b)</b>
<b>SeqScan(a)</b>
HashJoin(a b)
SeqScan(a)
*/
EXPLAIN SELECT *
FROM pgbench_branches b
Expand Down

0 comments on commit 2c31ad1

Please sign in to comment.