Re: Failed regression tests - Mailing list pgsql-general

From Tom Lane
Subject Re: Failed regression tests
Date
Msg-id 3991.959381173@sss.pgh.pa.us
Whole thread Raw
In response to Failed regression tests  (b.saunders@mindspring.com)
List pgsql-general
b.saunders@mindspring.com writes:
> I recently compiled and installed PostgreSQL 7.0 on a P-III workstation
> running SuSE Linux 6.2 (2.2.10 kernel, gcc ver. 2.7.2.3).  The compilation
> completed with some non-fatal warnings, but when I ran the sequential
> regression tests, five failures occurred.
> I am using an international code page (LANG=en_US.iso88591), and perhaps the
> $ appears because I used /.configure --enable-locale?

Offhand all of those look like they might be due to the LANG setting.
Try restarting the postmaster with LANG unset and then rerun the
regression tests to see what you get.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Speed of locating tables?
Next
From: Richard Smith
Date:
Subject: Re: INSERT WITH SELECT help