Fix some miscellaneous places that were using raw open() or
Tom Lane <tgl@sss.pgh.pa.us>
Fix some miscellaneous places that were using raw open() or fopen(), instead of going through fd.c ... naughty naughty.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/be-fsstubs.c | modified | +46 −21 |
| src/backend/libpq/crypt.c | modified | +2 −2 |
| src/backend/libpq/hba.c | modified | +4 −4 |
| src/backend/utils/init/miscinit.c | modified | +4 −4 |