Skip to content

Commit

Permalink
Correction de plusieurs balises
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Jul 27, 2014
1 parent da2f88f commit c4f4a7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion postgresql/release-9.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<listitem>
<para>
Fix query-lifespan memory leak while evaluating the arguments for a
function in <literal>FROM</quote> (Tom Lane)
function in <literal>FROM</literal> (Tom Lane)
</para>
</listitem>

Expand Down
4 changes: 2 additions & 2 deletions postgresql/release-9.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@

<listitem>
<para>
Clear <structname>pg_stat_activity</systemitem>.<structfield>xact_start</structfield>
Clear <structname>pg_stat_activity</structname>.<structfield>xact_start</structfield>
during <command>PREPARE TRANSACTION</command> (Andres Freund)
</para>

Expand Down Expand Up @@ -313,7 +313,7 @@
</para>

<para>
<application>libpq</filename> could be coerced into enlarging its input buffer
<application>libpq</application> could be coerced into enlarging its input buffer
until it runs out of memory (which would be reported misleadingly
as <quote>lost synchronization with server</quote>). Under ordinary
circumstances it's quite far-fetched that data could be continuously
Expand Down
2 changes: 1 addition & 1 deletion postgresql/release-9.3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Branch: REL9_3_STABLE [a1fc36495] 2014-06-24 21:22:47 -0700
</para>

<para>
A nested <type>JSONtype object could result in previous fields of the
A nested <type>JSON</type> object could result in previous fields of the
parent object not being shown in the output.
</para>
</listitem>
Expand Down

0 comments on commit c4f4a7d

Please sign in to comment.