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 9201af8 commit f9c5f99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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

0 comments on commit f9c5f99

Please sign in to comment.