Re: [Fwd: Re: regression failures on WIndows in machines with some non-English locales]

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Petr Jelinek <pjmodos(at)seznam(dot)cz>
Subject: Re: [Fwd: Re: regression failures on WIndows in machines with some non-English locales]
Date: 2005-11-01 13:41:49
Message-ID: 24790.1130852509@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> This has refreshed my fading memory. The patch seems like the best
> solution. Is there any objection to applying it?

Putting the switch at the end seems certain to fail on some platforms
(some versions of getopt are fussier than others).

> bigtest:
> ! $(SHELL) ./pg_regress --schedule=$(srcdir)/serial_schedule --multibyte=$(MULTIBYTE) --load-language=plpgsql numeric_big $(NOLOCALE)

> bigcheck:
> ! $(SHELL) ./pg_regress --temp-install --top-builddir=$(top_builddir) --temp-port=$(TEMP_PORT) --schedule=$(srcdir)/parallel_schedule --multibyte=$(MULTIBYTE) --load-language=plpgsql $(MAXCONNOPT) numeric_big $(NOLOCALE)

Put it with the other switches, and I won't object.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-11-01 14:10:24 Re: FreeBSD broke with autoconf-based build
Previous Message Tom Lane 2005-11-01 13:35:48 Re: Adding a column in pg_proc for storing default values of arguments