aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeff Davis <jdavis@postgresql.org>2018-08-25 08:53:33 -0700
committerJeff Davis <jdavis@postgresql.org>2018-08-25 09:17:14 -0700
commite75733d46c8444c0f5c9578bdf576b29039aac1f (patch)
tree4cdf71d972db4bd896d2ff7b807ecf2ea5b614dc /src
parent7abf8ee1e841684cd51472a7476b3f6b9441e70f (diff)
downloadpostgresql-e75733d46c8444c0f5c9578bdf576b29039aac1f.tar.gz
postgresql-e75733d46c8444c0f5c9578bdf576b29039aac1f.zip
Comment fix for rewriteheap.h.
The description of the filename for mapping files did not match the code.
Diffstat (limited to 'src')
-rw-r--r--src/include/access/rewriteheap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/access/rewriteheap.h b/src/include/access/rewriteheap.h
index 6d7f669cbca..cfdf33b4bd6 100644
--- a/src/include/access/rewriteheap.h
+++ b/src/include/access/rewriteheap.h
@@ -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
* ---
*/