Re: new libpq SSL connection option - Mailing list pgsql-hackers

From Andrew Chernow
Subject Re: new libpq SSL connection option
Date
Msg-id 495678E5.7080804@esilo.com
Whole thread Raw
In response to Re: new libpq SSL connection option  (Magnus Hagander <magnus@hagander.net>)
Responses Re: new libpq SSL connection option  ("Alex Hunsaker" <badalex@gmail.com>)
List pgsql-hackers
Why does pqGetHomeDirectory have to succeed to use conn->sslrootcert. 
Maybe this should be an OR of the two since sslrootcert is not dependent 
on homedir?

around line 970 src/interfaces/libpq/fe-secure.c

if (conn->sslrootcert || pqGetHomeDirectory(homedir, sizeof(homedir)))

-- 
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/


pgsql-hackers by date:

Previous
From: Ron Mayer
Date:
Subject: Re: Frames vs partitions: is SQL2008 completely insane?
Next
From: "Lawrence, Ramon"
Date:
Subject: Re: Proposed Patch to Improve Performance of Multi-BatchHash Join for Skewed Data Sets