diff options
author | Andres Freund <andres@anarazel.de> | 2015-06-30 21:09:51 +0200 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2015-06-30 21:09:51 +0200 |
commit | 1561b541fd43b492ed9fe1b5c907bd88f54d1053 (patch) | |
tree | 59f9f90f7686f88d1b86aef8ce31b732d588c8b9 | |
parent | c0b0501925eacbf2d9c10cd231bf8a14e7c9ef4c (diff) | |
download | postgresql-1561b541fd43b492ed9fe1b5c907bd88f54d1053.tar.gz postgresql-1561b541fd43b492ed9fe1b5c907bd88f54d1053.zip |
Fix typo and omission in my earlier 9.5 release notes commit.
-rw-r--r-- | doc/src/sgml/release-9.5.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index 0ef79aa9e78..983dc82d62d 100644 --- a/doc/src/sgml/release-9.5.sgml +++ b/doc/src/sgml/release-9.5.sgml @@ -195,7 +195,7 @@ </para> <para> - <acronym>BRIN</> indexes are very compact and cheap to to update by + <acronym>BRIN</> indexes are very compact and cheap to update by storing min/max values for a range of heap blocks. </para> </listitem> @@ -282,7 +282,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. <listitem> <!-- -FIXME: I'm unclear which commits this refers to? +2014-11-07 [5ea86e6] Robert..: Use the sortsupport infrastructure in more cas.. --> <para> Extend the infrastructure that allows sorting to be performed by |