Index: src/port/getaddrinfo.c
===================================================================
RCS file: /cvsroot/pgsql/src/port/getaddrinfo.c,v
retrieving revision 1.20
diff -c -c -r1.20 getaddrinfo.c
*** src/port/getaddrinfo.c	13 Oct 2005 23:22:11 -0000	1.20
--- src/port/getaddrinfo.c	13 Oct 2005 23:24:56 -0000
***************
*** 70,75 ****
--- 70,77 ----
  	void	   *hLibrary = NULL;
  	static bool alreadyLookedForIpv6routines = false;
  
+ return false;
+ 
  	if (alreadyLookedForIpv6routines)
  		return (getaddrinfo_ptr != NULL);
  
