Skip to content

Commit c136eb0

Browse files
committed
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
1 parent 7471230 commit c136eb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25704,7 +25704,8 @@ SELECT collation for ('foo' COLLATE "de_DE");
2570425704
They only provide useful data when the
2570525705
<xref linkend="guc-track-commit-timestamp"/> configuration option is
2570625706
enabled, and only for transactions that were committed after it was
25707-
enabled.
25707+
enabled. Commit timestamp information is routinely removed during
25708+
vacuum.
2570825709
</para>
2570925710

2571025711
<table id="functions-commit-timestamp">

0 commit comments

Comments
 (0)