Re: [HACKERS] make installcheck is broken in HEAD on mingw

2009-09-02 Thread Tom Lane
Itagaki Takahiro writes: > WARNING: getopt(p) = ostgres > FATAL: attempted change of parameter "port" ignored > The first argument 'postgres' was interpreted as "-p ostgres" by getopt(). Ugh. > We might need to re-initilaize variables for getopt() because we call > process_postgres_sw

Re: [HACKERS] make installcheck is broken in HEAD on mingw

2009-09-01 Thread Itagaki Takahiro
Tom Lane wrote: > Itagaki Takahiro writes: > > "make installcheck" seems to be broken in HEAD on mingw for a few days, > > though it ran sucessfully on Linux. > > The mingw buildfarm machines seem to be happy. Are you sure you > have a clean build? Yes, but distclean and deleting auto-genera

Re: [HACKERS] make installcheck is broken in HEAD on mingw

2009-09-01 Thread Tom Lane
Itagaki Takahiro writes: > "make installcheck" seems to be broken in HEAD on mingw for a few days, > though it ran sucessfully on Linux. The mingw buildfarm machines seem to be happy. Are you sure you have a clean build? regards, tom lane -- Sent via pgsql-hackers mail

[HACKERS] make installcheck is broken in HEAD on mingw

2009-09-01 Thread Itagaki Takahiro
"make installcheck" seems to be broken in HEAD on mingw for a few days, though it ran sucessfully on Linux. $ cd contrib/citext/ $ make installcheck make -C ../../src/test/regress pg_regress.exe make[1]: Entering directory `/d/projects/head/src/test/regress' make[1]: `pg_regress.exe' is up to date