From c28fbd45890469f1e7073ca19f42cbdd308a99be Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Wed, 19 Jul 2006 17:05:50 +0000 Subject: pgcrypto merge cleanup: - Few README fixes - Keep imath Id string, put $PostgreSQL$ separately. Patch from Marko Kreen. --- contrib/pgcrypto/imath.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/pgcrypto/imath.c') diff --git a/contrib/pgcrypto/imath.c b/contrib/pgcrypto/imath.c index f2501904ad9..17d90ed0398 100644 --- a/contrib/pgcrypto/imath.c +++ b/contrib/pgcrypto/imath.c @@ -3,7 +3,7 @@ Name: imath.c Purpose: Arbitrary precision integer arithmetic routines. Author: M. J. Fromberger - Info: $PostgreSQL: pgsql/contrib/pgcrypto/imath.c,v 1.3 2006/07/16 02:44:00 tgl Exp $ + Info: Id: imath.c 21 2006-04-02 18:58:36Z sting Copyright (C) 2002 Michael J. Fromberger, All Rights Reserved. @@ -27,6 +27,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/* $PostgreSQL: pgsql/contrib/pgcrypto/imath.c,v 1.4 2006/07/19 17:05:50 neilc Exp $ */ #include "postgres.h" #include "px.h" -- cgit v1.2.3