pgsql: Treat ENOTDIR as ENOENT when looking for client certificate file

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Treat ENOTDIR as ENOENT when looking for client certificate file
Date: 2011-12-03 14:07:31
Message-ID: E1RWqFX-0005MP-Qu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a6f8e7d9590d157e379efe4a4edfc32ab283ec42

Modified Files
--------------
src/interfaces/libpq/fe-secure.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Hiroshi Saito 2011-12-03 23:21:53 psqlodbc - psqlodbc: add the change history.
Previous Message Tom Lane 2011-12-03 00:52:52 pgsql: Dodge an ancient ksh bug that breaks configure on some platforms