On Fri, 2005-07-15 at 13:22 -0400, Tom Lane wrote:
> Matt Miller <mattm@epx.com> writes:
> > The CVS version of psql was segfaulting
>
> What are your locale settings?
[mmiller@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?