]> granicus.if.org Git - postgresql/commitdiff
Comment fix for rewriteheap.h.
authorJeff Davis <jdavis@postgresql.org>
Sat, 25 Aug 2018 15:53:33 +0000 (08:53 -0700)
committerJeff Davis <jdavis@postgresql.org>
Sat, 25 Aug 2018 16:17:14 +0000 (09:17 -0700)
The description of the filename for mapping files did not match the
code.

src/include/access/rewriteheap.h

index 6d7f669cbca100425535c4f668054978dcbf74b8..cfdf33b4bd672387286aeb802bd9fbf11b24470f 100644 (file)
@@ -45,9 +45,9 @@ typedef struct LogicalRewriteMappingData
  * components:
  * 1) database oid or InvalidOid for shared relations
  * 2) the oid of the relation
- * 3) xid we are mapping for
- * 4) upper 32bit of the LSN at which a rewrite started
- * 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
  * 6) xid of the xact performing the mapping
  * ---
  */