Re: [PATCH] Fix declaration of PQgetssl

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: [PATCH] Fix declaration of PQgetssl
Date: 2006-04-27 00:55:01
Message-ID: 200604270055.k3R0t1O05233@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)svana(dot)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. +

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-04-27 01:05:06 pgsql: plpython improvements: 1) named parameters additionally to
Previous Message Bruce Momjian 2006-04-27 00:36:45 Re: [PATCH] Remove useless DH param code on client side