8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abf8ee commit e75733dCopy full SHA for e75733d
src/include/access/rewriteheap.h
@@ -45,9 +45,9 @@ typedef struct LogicalRewriteMappingData
45
* components:
46
* 1) database oid or InvalidOid for shared relations
47
* 2) the oid of the relation
48
- * 3) xid we are mapping for
49
- * 4) upper 32bit of the LSN at which a rewrite started
50
- * 5) lower 32bit of the LSN at which a rewrite started
+ * 3) upper 32bit of the LSN at which a rewrite started
+ * 4) lower 32bit of the LSN at which a rewrite started
+ * 5) xid we are mapping for
51
* 6) xid of the xact performing the mapping
52
* ---
53
*/
0 commit comments