Re: pgcrypto: openssl digest fix - Mailing list pgsql-patches

From Marko Kreen
Subject Re: pgcrypto: openssl digest fix
Date
Msg-id 20050313124022.GA24511@l-t.ee
Whole thread Raw
In response to Re: pgcrypto: openssl digest fix  (Neil Conway <neilc@samurai.com>)
Responses Re: pgcrypto: openssl digest fix
List pgsql-patches
On Sun, Mar 13, 2005 at 09:43:02PM +1100, Neil Conway wrote:
> Marko Kreen wrote:
> >Ah, ofcourse.
>
> The patch seems rather large to be applying to 7.3 and 7.2 -- but it's
> your contrib/ module, so I'll assume you're pretty confident this
> doesn't cause any regressions...

The patch itself is simply "cvs diff -r1.10 -r1.11 openssl.c",
so there should not be any recent typos in it.  Now I also tested
it with both REL7_3_STABLE and REL7_2_STABLE and found no problems.
So I think its fine.

> I'll apply the patch to 7.3 and 7.2 stable branches tomorrow.

Cool.

--
marko


pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: ALTER FUNCTION / STRICT
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: Continue transactions after errors in psql