Re: [PATCH] Fix declaration of PQgetssl - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [PATCH] Fix declaration of PQgetssl
Date
Msg-id 200604270055.k3R0t1O05233@candle.pha.pa.us
Whole thread Raw
In response to [PATCH] Fix declaration of PQgetssl  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-patches
Patch applied.  Thanks.  Because this is just doing:

    Change libpq's PQgetssl() to return a void*, rather than SSL *, so that
    applications don't need the SSL headers.

I don't think we have to change the libpq major version number.

---------------------------------------------------------------------------


Martijn van Oosterhout wrote:
-- Start of PGP signed section.
> Here's the tiny patch so libpq users don't have to include the openssl
> headers in their programs.
> --
> Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> > Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> > tool for doing 5% of the work and then sitting around waiting for someone
> > else to do the other 95% so you can sue them.

[ Attachment, skipping... ]
-- End of PGP section, PGP failed!

--
  Bruce Momjian   http://candle.pha.pa.us
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCH] Remove useless DH param code on client side
Next
From: Bruce Momjian
Date:
Subject: Re: plpython improvements