Modifying data type of slot_keep_segs from XLogRecPtr to XLogSegNo
torikoshia <torikoshia@oss.nttdata.com>
From: torikoshia <torikoshia@oss.nttdata.com>
To: pgsql-hackers@postgresql.org
Date: 2020-07-08T02:02:17Z
Lists: pgsql-hackers
Attachments
- 0001-change_type_of_slot_keep_segs.patch (text/x-diff) patch 0001
Hi, Currently, slot_keep_segs is defined as "XLogRecPtr" in KeepLogSeg(), but it seems that should be "XLogSegNo" because this variable is segment number. How do you think? Regards, -- Atsushi Torikoshi NTT DATA CORPORATION
Commits
-
Fix incorrect variable datatype.
- a2b94693beb1 13.0 landed
- 654242fd81cf 14.0 landed