-
Type: Bug
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Engines 2019-01-14, Storage Engines 2019-01-28
alexander.gorrod, michael.cahill, we use the __wt_timestamp_to_hex_string() function to display timestamps in WiredTiger, but now that timestamps are always 8B, what would you think of switching to PRIu64?
PRIu64 matches what gdb outputs and the hexadecimal isn't doing anything useful for me (other than 0xffff...ffff being a pretty obvious WT_TS_MAX).
Do either of you prefer hexadecimal output?
- duplicates
-
WT-4491 Change WT data format to include timestamps in internal page address cells
- Closed