• T
    Arrange to emit a description of the current XLOG record as error context · 0a202070
    Tom Lane 提交于
    when an error occurs during xlog replay.  Also, replace the former risky
    'write into a fixed-size buffer with no overflow detection' API for XLOG
    record description routines; use an expansible StringInfo instead.  (The
    latter accounts for most of the patch bulk.)
    
    Qingqing Zhou
    0a202070
multixact.h 2.3 KB