• Amit Kapila's avatar
    Change the display of WAL usage statistics in Explain. · 69bfaf2e
    Amit Kapila authored
    In commit 33e05f89, we have added the option to display WAL usage
    statistics in Explain and auto_explain.  The display format used two spaces
    between each field which is inconsistent with Buffer usage statistics which
    is using one space between each field.  Change the format to make WAL usage
    statistics consistent with Buffer usage statistics.
    
    This commit also changed the usage of "full page writes" to
    "full page images" for WAL usage statistics to make it consistent with
    other parts of code and docs.
    
    Author: Julien Rouhaud, Amit Kapila
    Reviewed-by: Justin Pryzby, Kyotaro Horiguchi and Amit Kapila
    Discussion: https://postgr.es/m/CAB-hujrP8ZfUkvL5OYETipQwA=e3n7oqHFU=4ZLxWS_Cza3kQQ@mail.gmail.com
    69bfaf2e
xlog.h 13.6 KB