Add missing </p> tag on "Backend" page.

This commit is contained in:
Jonathan S. Katz
2018-04-15 19:53:42 -04:00
parent a3e12ae500
commit f3547b3bfd

View File

@ -100,7 +100,7 @@ clause) to consider optimal index usage.</p> The <a
href="https://wiki.postgresql.org/wiki/Backend_flowchart#optimizer_path">path</a>
module then generates an optimal <a
href="https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/include/nodes/plannodes.h">Plan,</a>
which contains the operations to be performed to execute the query.
which contains the operations to be performed to execute the query.</p>
<p>The Plan is then passed to the <a
href="https://wiki.postgresql.org/wiki/Backend_flowchart#executor">executor</a> for execution, and the