File tree 1 file changed +4
-7
lines changed
src/backend/access/transam
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 7
7
* for each transaction.
8
8
*
9
9
* XLOG interactions: this module generates an XLOG record whenever a new
10
- * CommitTs page is initialized to zeroes. Also, one XLOG record is
11
- * generated for setting of values when the caller requests it; this allows
12
- * us to support values coming from places other than transaction commit.
13
- * Other writes of CommitTS come from recording of transaction commit in
14
- * xact.c, which generates its own XLOG records for these events and will
15
- * re-perform the status update on redo; so we need make no additional XLOG
16
- * entry here.
10
+ * CommitTs page is initialized to zeroes. Other writes of CommitTS come
11
+ * from recording of transaction commit in xact.c, which generates its own
12
+ * XLOG records for these events and will re-perform the status update on
13
+ * redo; so we need make no additional XLOG entry here.
17
14
*
18
15
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
19
16
* Portions Copyright (c) 1994, Regents of the University of California
You can’t perform that action at this time.
0 commit comments