Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c872516

Browse files
committed
Doc: silence A4 PDF build warnings.
Commit 0fbceae put a "&zwsp;" in almost but not quite the correct place to avoid "The contents of fo:block line 1 exceed the available area" warnings. Per buildfarm.
1 parent 043745c commit c872516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/perform.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ EXPLAIN ANALYZE SELECT * FROM tenk1 WHERE thousand IN (1, 500, 700, 999);
840840
<screen>
841841
EXPLAIN ANALYZE SELECT * FROM tenk1 WHERE thousand IN (1, 2, 3, 4);
842842
QUERY PLAN
843-
--------------------------------------------------------------------&zwsp;--------------------------------------------------------------
843+
-------------------------------------------------------------------&zwsp;---------------------------------------------------------------
844844
Bitmap Heap Scan on tenk1 (cost=9.45..73.44 rows=40 width=244) (actual time=0.009..0.019 rows=40.00 loops=1)
845845
Recheck Cond: (thousand = ANY ('{1,2,3,4}'::integer[]))
846846
Heap Blocks: exact=38

0 commit comments

Comments
 (0)