Hello All,
I run Tru64 Unix 5.1B / Alpha OSF1.
I have installed Postgresql 8.0.3 on a cluster.
The following is my pg_hba.conf,
"
hostdcs all 127.0.0.1 255.255.255.255
password
hostdcsconfig all 127.0.0.1 255.255.255.255
password
local all
Title: [PATCH] Better way to check for getaddrinfo function.
Just thought that the following patch might improve checking for getaddrinfo function (in configure.in)
I was forced to write 'coz getaddrinfo went unnoticed in Tru64 Unix.
(displaying attached patch)
$ diff -r configure.in
t non-blank.
-Original Message-
From: Tom Lane [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 16, 2006 11:28 PM
To: R, Rajesh (STSD)
Cc: pgsql-hackers@postgresql.org; pgsql-general@postgresql.org
Subject: Re: [GENERAL] [PATCH] Better way to check for getaddrinfo function.
Message-From: Tom Lane [mailto:[EMAIL PROTECTED]]Sent: Tuesday,
January 17, 2006 8:34 PMTo: R, Rajesh (STSD)Cc:
pgsql-hackers@postgresql.orgSubject: Re: [HACKERS] [GENERAL] [PATCH] Better
way to check for getaddrinfo function."R, Rajesh (STSD)"
<[EMAIL PROTECTED]> writes
unc_getaddrinfo])
I guess, instead of adding seperate code for macro
checking as suggested by Tom, this might serve dual purpose.Thanks,Rajesh R--This
space intentionally left non-blank.-Original
Message-From: Martijn van Oosterhout [mailto:kleptog@svana.org]Sent: Tuesday,
January 24, 20
Patch for getaddrinfo.c to recognize ipv6 addresses.Used inet_pton to
achieve that.On machines that don’t have getaddrinfo function, Client
authenciation failsfor ipv6 addresses if pgsql uses getaddrinfo implemented
in this.This is a fix for that.Rajesh R--This space
intentionally left non-b