On Tue, Nov 13, 2018 at 6:37 PM Tom Lane <t...@sss.pgh.pa.us> wrote: > Thomas Munro <tmu...@postgresql.org> writes: > > Fix handling of HBA ldapserver with multiple hostnames. > > longfin thinks this has a problem with const-ness: > > auth.c:2380:10: error: passing 'const char *' to parameter of type 'void *' > discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers] > pfree(hostname); > ^~~~~~~~
Thanks, fixing. Embarassingly, I had turned off -Werror for this because my Mac spews strange warnings when you use OpenLDAP, a problem to which there must be a better solution. -- Thomas Munro http://www.enterprisedb.com