pgsql: Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in
Date
Msg-id 20071002002520.9AFC3753E4C@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL
Next
From: Tatsuo Ishii
Date:
Subject: Re: pgsql: Fix free space map to correctly track the total amount of FSM