Re: psql malloc problem - Mailing list pgsql-bugs

From Tom Lane
Subject Re: psql malloc problem
Date
Msg-id 22630.1202933170@sss.pgh.pa.us
Whole thread Raw
In response to psql malloc problem  (Marc Munro <marc@bloodnok.com>)
List pgsql-bugs
Marc Munro <marc@bloodnok.com> writes:
> Postgres version 8.3.0 on Mac OSX Version 10.4.11
> Error occurs every time I exit psql:

This is a known bug in Apple's version of libedit.

Your options are to update to OSX 10.5 (where they fixed it)
or to use readline instead of libedit.  See the PG archives.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Marc Munro
Date:
Subject: psql malloc problem
Next
From: Marc SanF
Date:
Subject: Re: BUG #3958: Self-Join Group-By Clause Produces Incorrect Results