Fix oversights in commit 8d5ceb113e3f7ddb627bd40b26438a9d2fa05512
Robert Haas <rhaas@postgresql.org>
Fix oversights in commit 8d5ceb113e3f7ddb627bd40b26438a9d2fa05512 It added bogus whitespace at the end of a line in the documentation. It should not have done that. The pg_overexplain tests must SET debug_parallel_query = false, not just RESET debug_parallel_query, or we get failures on test machines that make debug_parallel_query = true the defualt.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_overexplain/expected/pg_overexplain.out | modified | +1 −1 |
| contrib/pg_overexplain/sql/pg_overexplain.sql | modified | +1 −1 |
| doc/src/sgml/pgoverexplain.sgml | modified | +1 −1 |