pgsql: Attempt to un-break Windows builds with USE_LDAP.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Attempt to un-break Windows builds with USE_LDAP.
Date: 2012-12-04 22:26:01
Message-ID: E1Tg0wD-0007yp-1y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Attempt to un-break Windows builds with USE_LDAP.

The buildfarm shows this case is entirely broken, and I'm betting the
reason is lack of any include file.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cdf498c5d76915954cb5d5c6097eb67eb94560c8

Modified Files
--------------
src/backend/libpq/hba.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-12-05 08:04:29 pgsql: Add pgstatginindex() function to get the size of the GIN pending
Previous Message Bruce Momjian 2012-12-04 17:30:17 pgsql: Fix Makefile breakage caused by a committed merge conflict.