From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> |
Cc: | "Hackers" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Possible psql bug |
Date: | 2003-07-14 20:41:41 |
Message-ID: | 13993.1058215301@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
"Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> writes:
> When I run psql on freebsd/alpha with latest CVS and no postmaster running,
> I get this:
> bash-2.03$ psql test
> psql: could not connect to server: No such file or directory
> Is the server running locally and accepting
> connections on Unix domain socket "`"?
> What's with the bizarre socket name?
I suspect the recent IPv6 code changes have broken the SockAddr struct
definition for you, probably by making unportable assumptions about
field size or layout. Do you have time to look at it, or can you grant
access to your machine for someone else?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Kurt Roeckx | 2003-07-14 20:46:22 | Fwd: Re: Possible psql bug |
Previous Message | Tom Lane | 2003-07-14 20:13:00 | Re: Bad permissions bug in 7.3 dump (and 7.4)? |