Re: MS-VC build patch - Mailing list pgsql-patches

From Hiroshi Saito
Subject Re: MS-VC build patch
Date
Msg-id 000f01c6993a$2905b2b0$0e01a8c0@saito3cedm5qc7
Whole thread Raw
In response to Re: MS-VC build patch  (Bruce Momjian <bruce@momjian.us>)
Responses Re: MS-VC build patch  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-patches
Hi Bruce-san.

It does not help me yet. He uses VC2005.:-(
It seems that furthermore, it is still in the middle of work.
One problem is visible to the next.(win32.mak)
+   if not exist pg_config_os.h copy port\win32.h pg_config_os.h
If VC6+ is still supported, I will submit the patch again.
What I patch has built both the client and the server by VC6+.

Regards,
Hiroshi Saito

From: "Bruce Momjian"


>
> Hiroshi, I applied Magnus's patches.  Can you build cleanly now?
>
> ---------------------------------------------------------------------------
>
> Hiroshi Saito wrote:
> > Hi Bruce-san, and Magnus-san,
> >
> > I have many problems by client construction of 8.2.
> > This patch helps a MS-VC client and server construction.
> > However, IPV6 still has the problem.
> > Please fully take into consideration.
> >
> > Thanks.
> >
> > Regards,
> > Hiroshi Saito
> >
>
> [ Attachment, skipping... ]
>
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 6: explain analyze is your friend
>
> --
>   Bruce Momjian   bruce@momjian.us
>   EnterpriseDB    http://www.enterprisedb.com
>
>   + If your life is a hard drive, Christ can be your backup. +
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Patch for - Change LIMIT/OFFSET to use int8
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Overhead for stats_command_string et al, take 2