diff options
author | Tomas Vondra <tomas.vondra@postgresql.org> | 2024-04-19 15:43:14 +0200 |
---|---|---|
committer | Tomas Vondra <tomas.vondra@postgresql.org> | 2024-04-19 15:43:17 +0200 |
commit | 95d14b7ae26db5ed85d9945e29121bb0e9b59863 (patch) | |
tree | 378c9fd1d8b8721ded067f8c030045c044e726cf /doc/src | |
parent | e6488fcb057b36f32d52f1c4dcbecda461ed7445 (diff) | |
download | postgresql-95d14b7ae26db5ed85d9945e29121bb0e9b59863.tar.gz postgresql-95d14b7ae26db5ed85d9945e29121bb0e9b59863.zip |
Fix a couple typos in BRIN code
Typos introduced by commits c1ec02be1d79, b43757171470 and dae761a87eda.
Author: Alvaro Herrera
Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/202401091043.e3nrqiad6gb7@alvherre.pgsql
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/indexam.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/indexam.sgml b/doc/src/sgml/indexam.sgml index 76ac0fcddd7..18cf23296f2 100644 --- a/doc/src/sgml/indexam.sgml +++ b/doc/src/sgml/indexam.sgml @@ -370,7 +370,7 @@ aminsert (Relation indexRelation, initially). After the index insertions complete, the memory will be freed automatically. If additional cleanup is required (e.g. if the cache contains buffers and tuple descriptors), the AM may define an optional function - <literal>indexinsertcleanup</literal>, called before the memory is released. + <literal>aminsertcleanup</literal>, called before the memory is released. </para> <para> |