diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-03-05 13:00:54 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-03-05 13:02:06 -0500 |
commit | c0f2b2e256a3e98c2a066cee8623b7ab156b7f9c (patch) | |
tree | 9aefe2865596ea945522bfde680f14c002a238bf | |
parent | 9650364b7b2fc5d676f87cca7b5f9ff991cdb7af (diff) | |
download | postgresql-c0f2b2e256a3e98c2a066cee8623b7ab156b7f9c.tar.gz postgresql-c0f2b2e256a3e98c2a066cee8623b7ab156b7f9c.zip |
Remove one copy of duplicated alpha4 release note.
Noted by Andy Colson
-rw-r--r-- | doc/src/sgml/release-9.1.sgml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index f1255afe887..be8d65ae4be 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -614,18 +614,6 @@ <listitem> <para> - <emphasis>When an autovacuum worker (other than one performing an - anti-wraparound vacuum) is unable to obtain a lock on the target - relation without blocking, skip the relation.</emphasis> - </para> - <para> - This avoids pinning down an autovacuum worker. The next autovacuum - cycle will try again. - </para> - </listitem> - - <listitem> - <para> <emphasis>Track time of last statistics reset on databases and bgwriter</emphasis> </para> |