• Tom Lane's avatar
    Fix zic for Windows. · 6d257e73
    Tom Lane authored
    The new coding of dolink() is dependent on link() returning an on-point
    errno when it fails; but the quick-hack implementation of link() that
    we'd put in for Windows didn't bother with setting errno.  Fix that.
    
    Analysis and patch by Christian Ullrich.
    6d257e73
zic.c 72.1 KB