Fix incorrect mapping of fopen mode 'a' in recently-added code to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1d0969041e6934f86e9e0217aaa122c4744f186f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-09-24T17:19:53Z
Releases: 8.2.0
Fix incorrect mapping of fopen mode 'a' in recently-added code to
make fopen work safely on Windows.  Magnus

Files

PathChange+/−
src/port/open.c modified +2 −2