Treat ENOTDIR as ENOENT when looking for client certificate file
This makes it possible to use a libpq app with home directory set
to /dev/null, for example - treating it the same as if the file
doesn't exist (which it doesn't).
Per bug #6302, reported by Diego Elio Petteno
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/5b40677986984d450a2a16e515fe44d90dfeef02
Modified Files
--------------
src/interfaces/libpq/fe-secure.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
pgsql-committers by date
| Next: | From: Hiroshi Saito | Date: 2011-12-03 23:21:53 |
| Subject: psqlodbc - psqlodbc: add the change history. |
| Previous: | From: Tom Lane | Date: 2011-12-03 00:52:52 |
| Subject: pgsql: Dodge an ancient ksh bug that breaks configure on someplatforms |