Changes between Initial Version and Version 1 of Ticket #5535
- Timestamp:
- 09/13/23 13:22:35 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5535 – Description
initial v1 1 The memory handling in debug_standardize_address is not super clean in the string building, it could stand to be cleaned up. 1 The memory handling in debug_standardize_address is not super clean in the string building, it could stand to be cleaned up. In particular, don't do a bunch of length counting and addition and then palloc, just use StringInfo. Also don't use a bare sprintf, and rework that area also into using StringInfo.