On Sat, Aug 09, 2003 at 11:48:31AM -0400, Tom Lane wrote: > Kurt Roeckx <[EMAIL PROTECTED]> writes: > > On Thu, Aug 07, 2003 at 05:20:58PM +0200, [EMAIL PROTECTED] wrote: > >> I have NI_NUMERICHOST defined in netdb.h > > > If you have that, I assume you have AI_NUMERICHOST in the same > > file too ... ? > > Nope, they don't :-(. I committed fixes a day or two ago that seem to > take care of this, though we won't know for sure till it's tried on more > platforms ...
If they don't have it defined, it's not going to do what we expect and we might be better of using our replacement functions. Kurt ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match