mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
Rename pending_list_cleanup_size to gin_pending_list_limit.
Since this parameter is only for GIN index, it's better to add "gin" to the parameter name for easier understanding.
This commit is contained in:
@@ -371,10 +371,10 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] <replaceable class=
|
||||
</variablelist>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><literal>pending_list_cleanup_size</></term>
|
||||
<term><literal>gin_pending_list_limit</></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Custom <xref linkend="guc-pending-list-cleanup-size"> parameter.
|
||||
Custom <xref linkend="guc-gin-pending-list-limit"> parameter.
|
||||
This value is specified in kilobytes.
|
||||
</para>
|
||||
</listitem>
|
||||
|
Reference in New Issue
Block a user