• Fujii Masao's avatar
    Make pg_controldata report newest XID with valid commit timestamp · 18d938de
    Fujii Masao authored
    Previously pg_controldata didn't report newestCommitTs and this was
    an oversight in commit 73c986ad.
    
    Also this patch changes pg_resetxlog so that it uses the same sentences
    as pg_controldata does, regarding oldestCommitTs and newestCommitTs,
    for the sake of consistency.
    
    Back-patch to 9.5 where track_commit_timestamp was added.
    
    Euler Taveira
    18d938de
pg_controldata.c 11.3 KB