• Tom Lane's avatar
    Sync our copy of the timezone library with IANA release tzcode2020a. · d8b15eeb
    Tom Lane authored
    This absorbs a leap-second-related bug fix in localtime.c, and
    teaches zic to handle an expiration marker in the leapseconds file.
    Neither are of any interest to us (for the foreseeable future
    anyway), but we need to stay more or less in sync with upstream.
    
    Also adjust some over-eager changes in the README from commit 95733841.
    I have no intention of making changes that require C99 in this code,
    until such time as all the live back branches require C99.  Otherwise
    back-patching will get too exciting.
    
    For the same reason, absorb assorted whitespace and other cosmetic
    changes from HEAD into the back branches; mostly this reflects use of
    improved versions of pgindent.
    
    All in all then, quite a boring update.  But I figured I'd get it
    done while I was looking at this code.
    d8b15eeb
localtime.c 45.3 KB