Re: Compile fail, alpha5 & gcc 4.3.3 in elog.c - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Compile fail, alpha5 & gcc 4.3.3 in elog.c
Date
Msg-id 20463.1270476704@sss.pgh.pa.us
Whole thread Raw
In response to Re: Compile fail, alpha5 & gcc 4.3.3 in elog.c  (Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>)
Responses Re: Compile fail, alpha5 & gcc 4.3.3 in elog.c  (Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>)
List pgsql-hackers
Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp> writes:
> Any objections for the following fix?
> -    cygwin_conv_to_full_win32_path(cmdLine, buf);
> +    cygwin_conv_path(CCP_POSIX_TO_WIN_A, cmdLine, buf, sizeof(buf));

Buildfarm member brown_bat didn't like this.  Seeing that that's the
*only* active cygwin buildfarm member, that's not a good percentage.
        regards, tom lane


pgsql-hackers by date:

Previous
From: TAKATSUKA Haruka
Date:
Subject: Re: contrib check fail at pgcrypto on Windows Server 2008 64bit 9.0dev (HEAD near alpha5)
Next
From: Tom Lane
Date:
Subject: Re: VACUUM FULL during initdb