瀏覽代碼

Fixed #33804 -- Corrected GinIndex.gin_pending_list_limit description in docs.

Ian Wootten 2 年之前
父節點
當前提交
6f63e0ce8e
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/ref/contrib/postgres/indexes.txt

+ 3 - 3
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