Skip to content

Commit

Permalink
pageinspect: suppression d'un paragraphe en doublon
Browse files Browse the repository at this point in the history
  • Loading branch information
Krysztophe authored and gleu committed Jul 4, 2022
1 parent 9b058f9 commit 2036296
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions postgresql/pageinspect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,40 +163,6 @@ test=# SELECT fsm_page_contents(get_raw_page('pg_class', 'fsm', 0));
</variablelist>
</sect2>

<sect2>
<title>Fonctions Heap</title>

<variablelist>
<varlistentry>
<term>
<function>fsm_page_contents(page bytea) returns text</function>
<indexterm>
<primary>fsm_page_contents</primary>
</indexterm>
</term>

<listitem>
<para>
<function>fsm_page_contents</function> montre la structure interne du
nœud d'une page FSM. Par exemple&nbsp;:
<screen>
test=# SELECT fsm_page_contents(get_raw_page('pg_class', 'fsm', 0));
</screen>
La sortie est une chaîne de texte multiligne, avec une ligne par nœud
dans l'arbre binaire au sein de la page. Seuls ces nœuds qui ne valent
pas zéro sont affichés. Le pointeur appelé « next », qui pointe vers le
prochain slot à être retourné depuis la page, est également affiché.
</para>

<para>
Voir <filename>src/backend/storage/freespace/README</filename> pour plus
d'information sur la structure d'une page FSM.
</para>
</listitem>
</varlistentry>
</variablelist>
</sect2>

<sect2>
<title>Fonctions Heap</title>

Expand Down

0 comments on commit 2036296

Please sign in to comment.