Thread: pgsql: Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in

pgsql: Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in older
OpenSSL libraries --- just don't call them if they're not there.  This
might possibly lead to misleading error messages, but we'll just have
to live with that.

Modified Files:
--------------
    pgsql:
        configure (r1.561 -> r1.562)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.561&r2=1.562)
        configure.in (r1.527 -> r1.528)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.527&r2=1.528)
    pgsql/src/include:
        pg_config.h.in (r1.122 -> r1.123)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in?r1=1.122&r2=1.123)
    pgsql/src/interfaces/libpq:
        fe-secure.c (r1.95 -> r1.96)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c?r1=1.95&r2=1.96)