Re: pgsql: Add support for LDAP URLs

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add support for LDAP URLs
Date: 2012-12-04 11:45:29
Message-ID: 1354621529.15992.0.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, 2012-12-04 at 00:04 -0500, Bruce Momjian wrote:
> > I am seeing this compile error in Debian Squeeze:
> >
> > hba.c: In function ‘parse_hba_auth_opt’:
> > hba.c:1388: error: ‘LDAP_SCOPE_SUBTREE’ undeclared (first use in this function)
> > hba.c:1388: error: (Each undeclared identifier is reported only once
> > hba.c:1388: error: for each function it appears in.)
> > hba.c:1451: error: ‘LDAPURLDesc’ undeclared (first use in this function)
> > hba.c:1451: error: ‘urldata’ undeclared (first use in this function)
> > hba.c:1452: warning: ISO C90 forbids mixed declarations and code
> > hba.c:1452: warning: unused variable ‘rc’
> > make[3]: *** [hba.o] Error 1
>
> How do you like this attached patch to fix it?

Fixed, thanks.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-12-04 13:17:50 pgsql: In pg_upgrade testing script, turn off command echo at the end s
Previous Message Peter Eisentraut 2012-12-04 11:43:00 pgsql: Fix build of LDAP URL feature