You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Change the display of WAL usage statistics in Explain.
In commit33e05f8, we have added the option to display WAL usagestatistics in Explain and auto_explain. The display format used two spacesbetween each field which is inconsistent with Buffer usage statistics whichis using one space between each field. Change the format to make WAL usagestatistics 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 withother parts of code and docs.Author: Julien Rouhaud, Amit KapilaReviewed-by: Justin Pryzby, Kyotaro Horiguchi and Amit KapilaDiscussion:https://postgr.es/m/CAB-hujrP8ZfUkvL5OYETipQwA=e3n7oqHFU=4ZLxWS_Cza3kQQ@mail.gmail.com