Thread: pgsql: Fix invalid use of #if within a macro, per Laurenz Albe.

pgsql: Fix invalid use of #if within a macro, per Laurenz Albe.

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Fix invalid use of #if within a macro, per Laurenz Albe.  Also try to
make the LDAP code's error messages look like they were written by someone
who had heard of our style guidelines.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        auth.c (r1.135 -> r1.136)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c.diff?r1=1.135&r2=1.136)