pgsql: doc: Fix mistakes in the most recent set of release notes.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Fix mistakes in the most recent set of release notes.
Date: 2013-02-08 15:41:22
Message-ID: E1U3q4o-0001JQ-Bt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix mistakes in the most recent set of release notes.

Improve description of the vacuum_freeze_table_age bug (it's much more
serious than we realized at the time the fix was committed), and correct
attribution of pg_upgrade -O/-o fix (Marti Raudsepp contributed that,
but Bruce forgot to credit him in the commit log).

No need to back-patch right now, it'll happen when the next set of
release notes are prepared.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/335c5e9206b40c2fac3945db2499a57b948cc996

Modified Files
--------------
doc/src/sgml/release-8.4.sgml | 6 +++---
doc/src/sgml/release-9.0.sgml | 6 +++---
doc/src/sgml/release-9.1.sgml | 6 +++---
doc/src/sgml/release-9.2.sgml | 8 ++++----
4 files changed, 13 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2013-02-08 15:52:18 pgsql: Clean up c.h / postgres.h after Assert() move
Previous Message Magnus Hagander 2013-02-08 14:42:37 pgsql: Fix another typo in a comment