Re: Failed regression tests

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: b(dot)saunders(at)mindspring(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Failed regression tests
Date: 2000-05-26 22:46:13
Message-ID: 3991.959381173@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

b(dot)saunders(at)mindspring(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alfred Perlstein 2000-05-26 23:01:44 Re: Update Performance from 6.5.0 to 6.5.3 to 7.0
Previous Message Tom Lane 2000-05-26 22:43:32 Re: Speed of locating tables?