mirror of
https://github.com/postgres/postgres.git
synced 2026-05-29 20:14:55 -04:00
6d257e732b
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.