Skip to content

Commit e75733d

Browse files
committed
Comment fix for rewriteheap.h.
The description of the filename for mapping files did not match the code.
1 parent 7abf8ee commit e75733d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/access/rewriteheap.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ typedef struct LogicalRewriteMappingData
4545
* components:
4646
* 1) database oid or InvalidOid for shared relations
4747
* 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
48+
* 3) upper 32bit of the LSN at which a rewrite started
49+
* 4) lower 32bit of the LSN at which a rewrite started
50+
* 5) xid we are mapping for
5151
* 6) xid of the xact performing the mapping
5252
* ---
5353
*/

0 commit comments

Comments
 (0)