mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
doc: mention vacuum's removal of commit timestamp information
Reported-by: Kyotaro HORIGUCHI Discussion: https://postgr.es/m/20180622.172132.230342845.horiguchi.kyotaro@lab.ntt.co.jp Co-authored-by: Kyotaro HORIGUCHI Backpatch-through: 16
This commit is contained in:
@ -25704,7 +25704,8 @@ SELECT collation for ('foo' COLLATE "de_DE");
|
|||||||
They only provide useful data when the
|
They only provide useful data when the
|
||||||
<xref linkend="guc-track-commit-timestamp"/> configuration option is
|
<xref linkend="guc-track-commit-timestamp"/> configuration option is
|
||||||
enabled, and only for transactions that were committed after it was
|
enabled, and only for transactions that were committed after it was
|
||||||
enabled.
|
enabled. Commit timestamp information is routinely removed during
|
||||||
|
vacuum.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<table id="functions-commit-timestamp">
|
<table id="functions-commit-timestamp">
|
||||||
|
Reference in New Issue
Block a user