]> granicus.if.org Git - postgresql/commit
Fix zic for Windows.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 29 Mar 2016 14:40:08 +0000 (10:40 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 29 Mar 2016 14:40:08 +0000 (10:40 -0400)
commit6d257e732b358ee601a114fe3d1640a46317e554
treeab37d421e9ea15ef2c6e860605cdba9bf2de71a8
parent656ee8489053aafc85324b9ef7e91b645674ffb9
Fix zic for Windows.

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.
src/timezone/zic.c