mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix a couple typos in BRIN code
Typos introduced by commitsc1ec02be1d
,b437571714
anddae761a87e
. Author: Alvaro Herrera Reported-by: Alexander Lakhin Discussion: https://postgr.es/m/202401091043.e3nrqiad6gb7@alvherre.pgsql
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user