| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | mjbjr(at)beaudesign(dot)com |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: regress test errors |
| Date: | 2001-03-22 06:14:28 |
| Message-ID: | 22454.985241668@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
<mjbjr(at)beaudesign(dot)com> writes:
> Additional errors are similiar to:
> expected: ! | 456.000
> result: ! | $ 456.000
> the diff being the '$', which I hope to be inconsequential.
That indicates a locale problem --- the regress tests expect to run in C
locale.
The other errors you show could be results of being careless with the
postmaster's locale --- in 7.0 and before, it's critical that the
postmaster always be started with the same locale settings that initdb
saw.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joshua Drake | 2001-03-22 08:05:07 | UPDATED: PR - PostgreSQL: The Elephant Never forgets |
| Previous Message | Tom Lane | 2001-03-22 06:11:45 | Re: ERROR: RemoveOperator: left unary operator '~' taking 'int2' does not ???? |