Clean up callers of AllocateFile and BasicOpenFile to ensure that

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

Commit: 4c8d2f7f7b129d8fd679bb970345593ac6190725
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-08-27T21:50:18Z
Releases: 7.1.1
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

PathChange+/−
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