diff options
author | Bruce Momjian <bruce@momjian.us> | 2019-07-25 21:37:04 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2019-07-25 21:37:04 -0400 |
commit | ba2347a6d985afc19d4c8e8e84b16a28ed4df137 (patch) | |
tree | 4954795428aa040f0873556ae4e82e30b69f61c0 | |
parent | 551394ff3a35090873f359995568b661c60a7376 (diff) | |
download | postgresql-ba2347a6d985afc19d4c8e8e84b16a28ed4df137.tar.gz postgresql-ba2347a6d985afc19d4c8e8e84b16a28ed4df137.zip |
doc: PG 12 relnotes - add item about amcheck index root check
Reported-by: Peter Geoghegan
Discussion: https://postgr.es/m/LGbT2ncB7tiDsndK0eXHTKmogLjJ5rO52HqXigP8bCA@mail.gmail.com
Backpatch-through: 12
-rw-r--r-- | doc/src/sgml/release-12.sgml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 4c55656710b..6b54a9e2ec3 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -3228,6 +3228,18 @@ Author: Tom Lane <tgl@sss.pgh.pa.us> <listitem> <!-- +Author: Peter Geoghegan <pg@bowt.ie> +2019-03-20 [c1afd175b] Allow amcheck to re-find tuples using new search. +--> + + <para> + Add a parameter to a <xref linkend="amcheck"/> function to check + each index tuple from the root of the tree. + </para> + </listitem> + + <listitem> +<!-- Author: Michael Paquier <michael@paquier.xyz> 2018-08-28 [1aaf532de] Rework option set of oid2name Author: Michael Paquier <michael@paquier.xyz> |