Re: Unix domain socket inconsistency

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Unix domain socket inconsistency
Date: 2013-12-23 01:40:52
Message-ID: 52B794A4.2060302@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/22/2013 5:21 PM, Thom Brown wrote:
> Hmm... now this is odd. I went to correct the PATH information in my
> .bashrc script file (to remove the superfluous trailing
> forward-slash), and when running both psql and pgbench in a new
> terminal, all is fine:

fyi, I was going to suggest ther'es more than one libpq.so on your
system, and for whatever reason the failing program was loading the
wrong one.

this VERY frequently happens on mac OSX systems, as OSX provides a
libpq.so which doesn't use the same socket path as most of the OSX
postgres server distributions.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Anand Kumar, Karthik 2013-12-23 02:59:21 Re: index and table corruption
Previous Message Adrian Klaver 2013-12-23 01:26:00 Re: Unix domain socket inconsistency