aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2025-03-26 14:22:45 -0400
committerRobert Haas <rhaas@postgresql.org>2025-03-26 14:22:45 -0400
commitde65c4dade0a36026f3d0745dc8134186dab49cf (patch)
tree9b5eab1fa54852b5892a378c8daa0f5b9fe46fbf /doc/src
parent8d5ceb113e3f7ddb627bd40b26438a9d2fa05512 (diff)
downloadpostgresql-de65c4dade0a36026f3d0745dc8134186dab49cf.tar.gz
postgresql-de65c4dade0a36026f3d0745dc8134186dab49cf.zip
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.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/pgoverexplain.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pgoverexplain.sgml b/doc/src/sgml/pgoverexplain.sgml
index 102bd275aed..21930fbd3bd 100644
--- a/doc/src/sgml/pgoverexplain.sgml
+++ b/doc/src/sgml/pgoverexplain.sgml
@@ -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>