• Tom Lane's avatar
    Rearrange pg_subtrans handling as per recent discussion. pg_subtrans · 4dbb880d
    Tom Lane authored
    updates are no longer WAL-logged nor even fsync'd; we do not need to,
    since after a crash no old pg_subtrans data is needed again.  We truncate
    pg_subtrans to RecentGlobalXmin at each checkpoint.  slru.c's API is
    refactored a little bit to separate out the necessary decisions.
    4dbb880d
clog.c 11.2 KB