mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Fix oversights in commit 8d5ceb113e
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.
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>Subplans Needing Rewind</literal>. Integer IDs of subplans that
|
||||
<literal>Subplans Needing Rewind</literal>. Integer IDs of subplans that
|
||||
may need to be rewound by the executor.
|
||||
</para>
|
||||
</listitem>
|
||||
|
Reference in New Issue
Block a user