Changes between Initial Version and Version 1 of Ticket #5535


Ignore:
Timestamp:
Sep 13, 2023, 1:22:35 PM (8 months ago)
Author:
pramsey
Comment:

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.
     1The 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.