mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +03:00
Rename debug_invalidate_system_caches_always to debug_discard_caches.
The name introduced by commit 4656e3d66 was agreed to be unreasonably
long. To match this change, rename initdb's recently-added
--clobber-cache option to --discard-caches.
Discussion: https://postgr.es/m/1374320.1625430433@sss.pgh.pa.us
This commit is contained in:
@@ -388,17 +388,6 @@ PostgreSQL documentation
|
||||
Other, less commonly used, options are also available:
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><option>--clobber-cache</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Run the bootstrap backend with the
|
||||
<literal>debug_invalidate_system_caches_always=1</literal> option.
|
||||
This takes a very long time and is only of use for deep debugging.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-d</option></term>
|
||||
<term><option>--debug</option></term>
|
||||
@@ -413,6 +402,17 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--discard-caches</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Run the bootstrap backend with the
|
||||
<literal>debug_discard_caches=1</literal> option.
|
||||
This takes a very long time and is only of use for deep debugging.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-L <replaceable class="parameter">directory</replaceable></option></term>
|
||||
<listitem>
|
||||
|
||||
Reference in New Issue
Block a user