Re: [PATCHES] Cygwin contrib patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
Cc: Pgsql-Patches <pgsql-patches(at)postgresql(dot)org>, Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>, BELLON Michel <Michel(dot)Bellon(at)lcie(dot)fr>
Subject: Re: [PATCHES] Cygwin contrib patch
Date: 2001-06-20 00:04:46
Message-ID: 200106200004.f5K04k122633@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin pgsql-patches


Thanks. Patch applied.

> Bruce,
>
> On Mon, Jun 18, 2001 at 05:38:19PM -0400, Bruce Momjian wrote:
> > Patch applied.
>
> Thanks.
>
> > I manually updated dblink because it was too new for your patch.
>
> Actually, I forgot to supply the "-d" option to cvs update -- just like
> I usually do. Sigh...
>
> Attached is a patch to deal with the ones that I missed the first time
> around. I tested this patch under Cygwin and Linux.
>
> Note that I only changed dblink's Makefile in the most minimal way
> to fix the link problem under Cygwin (i.e., use the link rule from
> Makefile.shlib instead). dblink's Makefile should probably be further
> patched to be consistent with the other PostgreSQL Makefiles.
>
> The procedure to apply the patch is as follows:
>
> $ # save the attachment as /tmp/contrib2.patch
> $ cd contrib
> $ patch -p0 </tmp/contrib2.patch
>
> Thanks,
> Jason
>
> --
> Jason Tishler
> Director, Software Engineering Phone: 732.264.8770 x235
> Dot Hill Systems Corp. Fax: 732.264.8798
> 82 Bethany Road, Suite 7 Email: Jason(dot)Tishler(at)dothill(dot)com
> Hazlet, NJ 07730 USA WWW: http://www.dothill.com

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Andrew 2001-06-20 06:45:45 RE: Win95 PostGreSQL
Previous Message Tom Lane 2001-06-19 18:44:52 Re: [PATCHES] Cygwin contrib patch

Browse pgsql-patches by date

  From Date Subject
Next Message Rainer Mager 2001-06-20 00:08:08 RE: High memory usage
Previous Message Bruce Momjian 2001-06-20 00:00:51 Re: [PATCHES] [PATCH] Contrib C source for casting MONEY to INT[248] and FLOAT[48]