On Wed, Jul 23, 2003 at 12:23:38PM -0400, Tom Lane wrote:
>
> > My suggestion was to make our own getnameinfo_unix() like we have
> > a getaddrinfo_unix() for exactly the same reason.
>
> Right, and a getnameinfo2() that wraps that in the same way getaddrinfo2()
> does. Can you make this happen?
Kurt Roeckx <[EMAIL PROTECTED]> writes:
> On Thu, Jul 10, 2003 at 10:35:04AM +0800, Christopher Kings-Lynne wrote:
>> 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 "ùÿÿÿØ`"
This mail didn't make it to the list, it seems.
Kurt
--- Begin Message ---
On Thu, Jul 10, 2003 at 10:35:04AM +0800, Christopher Kings-Lynne wrote:
> 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 s
"Christopher Kings-Lynne" <[EMAIL PROTECTED]> 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
> co
On Thu, Jul 10, 2003 at 10:35:04AM +0800, Christopher Kings-Lynne wrote:
> 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 a
On Thu, 10 Jul 2003 01:33 pm, Christopher Kings-Lynne wrote:
> FreeBSD alpha.cacheboy.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Feb 3
Hmm... I have 7.4devel built on FreeBSD 4.8 Intel running ipv6 at home - I'll
try the same tonight. It might help determine if it's architecture or OS.
Regards,
> Interesting... I'm running OSF on Alpha and I get the usual
> "/tmp/.s.PGSQL.5432". Perhaps it's related to IPv6 socket changes? I'm
pretty
> sure we don't have IPv6 support, so it would make sense it doesn't show up
> here if I guess right.
>
> What's your `uname -a`? FreeBSD has had IPv6 suppor
On Thu, 10 Jul 2003 12:35 pm, Christopher Kings-Lynne wrote:
> When I run psql on freebsd/alpha with latest CVS and no postmaster running,
> I get this:
> bizarre socket name
Interesting... I'm running OSF on Alpha and I get the usual
"/tmp/.s.PGSQL.5432". Perhaps it's related to IPv6 socket chan