mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Comment fix for rewriteheap.h.
The description of the filename for mapping files did not match the code.
This commit is contained in:
parent
7abf8ee1e8
commit
e75733d46c
@ -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
|
||||
* ---
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user