Re: youtube video on pgsql integrity - Mailing list pgsql-general

From Tom Lane
Subject Re: youtube video on pgsql integrity
Date
Msg-id 27452.1354240681@sss.pgh.pa.us
Whole thread Raw
In response to Re: youtube video on pgsql integrity  (Gavan Schneider <pg-gts@snkmail.com>)
Responses Re: youtube video on pgsql integrity  (Gavan Schneider <pg-gts@snkmail.com>)
List pgsql-general
Gavan Schneider <pg-gts@snkmail.com> writes:
>      pendari=> select now()/0;
>      Bus error: 10

[ scratches head... ]  I get the expected error report on my own OS X
10.7.5 machine (though it's just plain Lion not Server).

This looks like it's a psql-side problem, not a server-side problem,
particularly since you say nothing showed up in the server log.

I'm wondering about psql-to-libpq version mismatches and such, since
Lion comes with a 9.0-era libpq in /usr/lib.  You might investigate
which library is being picked up using "otool -L".  Also, Apple's
version of libedit is known to be pretty buggy, so if you're using
that it might be worth your trouble to install GNU readline instead.

            regards, tom lane


pgsql-general by date:

Previous
From: Maxim Boguk
Date:
Subject: Question about PostgreSQL logging configuration
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: Question about PostgreSQL logging configuration