Clean up callers of AllocateFile and BasicOpenFile to ensure that
Tom Lane <tgl@sss.pgh.pa.us>
Clean up callers of AllocateFile and BasicOpenFile to ensure that a reasonable error message (including the kernel errno message) is reported on any file open failure.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/user.c | modified | +3 −3 |
| src/backend/libpq/crypt.c | modified | +17 −20 |
| src/backend/libpq/hba.c | modified | +10 −12 |
| src/backend/libpq/password.c | modified | +4 −3 |