summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorIan Wootten <hi@niftydigits.com>2022-06-24 13:52:21 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-06-24 14:54:06 +0200
commit2026314b20b78445cbec2eb2de9ff082a5193d7b (patch)
treeb7ac5198b969efbe59cab53dec00f95c6d23a97c /docs/ref
parentb37a4affcd0e28ed9266e96c04ceadd2b3396aea (diff)
[4.1.x] Fixed #33804 -- Corrected GinIndex.gin_pending_list_limit description in docs.
Backport of 6f63e0ce8e36fbdb2d0c4dfd77ed3cf02e467f49 from main
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/postgres/indexes.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/postgres/indexes.txt b/docs/ref/contrib/postgres/indexes.txt
index 88f55900bc..207879efb8 100644
--- a/docs/ref/contrib/postgres/indexes.txt
+++ b/docs/ref/contrib/postgres/indexes.txt
@@ -73,9 +73,9 @@ available from the ``django.contrib.postgres.indexes`` module.
Set the ``fastupdate`` parameter to ``False`` to disable the `GIN Fast
Update Technique`_ that's enabled by default in PostgreSQL.
- Provide an integer number of bytes to the gin_pending_list_limit_ parameter
- to tune the maximum size of the GIN pending list which is used when
- ``fastupdate`` is enabled.
+ Provide an integer number of kilobytes to the gin_pending_list_limit_
+ parameter to tune the maximum size of the GIN pending list which is used
+ when ``fastupdate`` is enabled.
.. _GIN Fast Update Technique: https://www.postgresql.org/docs/current/gin-implementation.html#GIN-FAST-UPDATE
.. _gin_pending_list_limit: https://www.postgresql.org/docs/current/runtime-config-client.html#GUC-GIN-PENDING-LIST-LIMIT