On Fri, Jun 20, 2003 at 18:56:30 -0500, Bruno Wolff III <[EMAIL PROTECTED]> wrote: > On Thu, Jun 19, 2003 at 23:01:19 +0200, > Kurt Roeckx <[EMAIL PROTECTED]> wrote: > > On Tue, Jun 17, 2003 at 11:01:27PM -0500, Bruno Wolff III wrote: > > > > > > My system does have its own sockaddr_storage definition. I think > > > it uses __ss_ as the prefix. Also, after looking at the fallback > > > definition in pqcomm.h, I don't see where that defines ss_family > > > and hence don't see how that could work. > > > I am going to see if adding __ works as suggested by someone else > > > who replied. > > > > See if this patch helps. > > > > Don't forget to run autoconf after applying the patch. > > I get an error message running autoconf claiming I need to be using > version 2.53 or higher. However, normally I build from CVS without
After getting 2.57 everything seems to be working OK. So the patch seems good from my end. ---------------------------(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