Re: SSL configure patch: review - Mailing list pgsql-hackers

From Tom Lane
Subject Re: SSL configure patch: review
Date
Msg-id 22343.1217618941@sss.pgh.pa.us
Whole thread Raw
In response to Re: SSL configure patch: review  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: SSL configure patch: review  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
BTW, doesn't this patch leak memory at freePGconn() time?  I also
think that more of it should be inside #ifdef USE_SSL --- ie,
the options should be treated like requiressl not sslmode, and
not exist in a non-SSL build.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: SSL configure patch: review
Next
From: Alvaro Herrera
Date:
Subject: Re: SSL configure patch: review