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

Commit 2e38437

Browse files
author
Liudmila Mantrova
committed
Bug fix - adding missing listitem tags in pg_wait_sampling doc
1 parent 2a3f771 commit 2e38437

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/pg-wait-sampling.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -472,21 +472,21 @@ SELECT * FROM pg_wait_sampling_get_profile();
472472
</listitem>
473473
</itemizedlist></listitem>
474474
</varlistentry>
475-
<varlistentry>
475+
<varlistentry>
476476
<term><function>pg_wait_sampling_get_history()</function>
477477
<indexterm><primary><function>pg_wait_sampling_get_history</></primary>
478478
</indexterm>
479479
</term>
480-
<listitem><para>Returns the <literal>pg_wait_sampling_history</literal> view with the list of wait events for recent processes, with timestamps.</para>
480+
<listitem><para>Returns the <literal>pg_wait_sampling_history</literal> view with the list of wait events for recent processes, with timestamps.</para></listitem>
481481
</varlistentry>
482-
<varlistentry>
482+
<varlistentry>
483483
<term><function>pg_wait_sampling_get_profile()</function>
484484
<indexterm><primary><function>pg_wait_sampling_get_profile</function></primary>
485485
</indexterm>
486486
</term>
487-
<listitem><para>Returns the profile of wait events.</para>
487+
<listitem><para>Returns the profile of wait events.</para></listitem>
488488
</varlistentry>
489-
<varlistentry>
489+
<varlistentry>
490490
<term><function>pg_wait_sampling_reset_profile()</function>
491491
<indexterm><primary><function>pg_wait_sampling_reset_profile</function></primary>
492492
</indexterm>

0 commit comments

Comments
 (0)