mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.
We haven't wanted to do this in the past on the grounds that in rare
cases the original xmin value will be needed for forensic purposes, but
commit 37484ad2aa
removes that objection,
so now we can.
Per extensive discussion, among many people, on pgsql-hackers.
This commit is contained in:
@ -102,7 +102,9 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
|
||||
Specifying <literal>FREEZE</literal> is equivalent to performing
|
||||
<command>VACUUM</command> with the
|
||||
<xref linkend="guc-vacuum-freeze-min-age"> parameter
|
||||
set to zero.
|
||||
set to zero. Aggressive freezing is always performed when the
|
||||
table is rewritten, so this option is redundant when <literal>FULL</>
|
||||
is specified.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Reference in New Issue
Block a user