Re: Fw: Case Insensitive Test - Mailing list pgsql-admin

From Stephan Szabo
Subject Re: Fw: Case Insensitive Test
Date
Msg-id 20030926122524.B8594@megazone.bigpanda.com
Whole thread Raw
In response to Re: Fw: Case Insensitive Test  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Fw: Case Insensitive Test  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-admin
On Fri, 26 Sep 2003, Peter Eisentraut wrote:

> Stephan Szabo writes:
>
> > Configure doesn't find struct addrinfo (because it's in a __USE_POSIX
> > block) so it looks like we use our own version, but, when we're actually
> > then compiling getaddrinfo.c, there's a redefinition error because this
> > time struct addrinfo is found (because _GNU_SOURCE forces __USE_POSIX).
>
> What exact system is this on?  I've compiled PG on a number of Linux
> systems since struct addrinfo started to appear, and I've never had a
> problem.  Neither have others.

It's not a problem for me unless I'm compiling with CFLAGS="-std=c89".


pgsql-admin by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Fw: Case Insensitive Test
Next
From: Bruce Momjian
Date:
Subject: Re: Conditional row grained replication with DBMirror