Re: CVS - psql segfault

From: Matt Miller <mattm(at)epx(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: Re: CVS - psql segfault
Date: 2005-07-15 17:30:52
Message-ID: 1121448653.3064.26.camel@dbamm01-linux
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 2005-07-15 at 13:22 -0400, Tom Lane wrote:
> Matt Miller <mattm(at)epx(dot)com> writes:
> > The CVS version of psql was segfaulting
>
> What are your locale settings?

[mmiller(at)dbamm01-linux ~]$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

However, my problem was solved doing a "make distclean" and then
rebuilding. Does this mean that there is a dependency missing from a
makefile somewhere? Or, as a matter of policy, should I just always
clean after updating?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrus 2005-07-15 17:33:17 Re: How to create unique constraint on NULL columns
Previous Message Tom Lane 2005-07-15 17:22:11 Re: CVS - psql segfault