pgsql: If we're going to expose VariableStatData for contrib modules to - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: If we're going to expose VariableStatData for contrib modules to
Date
Msg-id 20060427004659.9850711F6B3E@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
If we're going to expose VariableStatData for contrib modules to use,
then we should export a reasonable set of the supporting routines too.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        selfuncs.c (r1.201 -> r1.202)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/selfuncs.c.diff?r1=1.201&r2=1.202)
    pgsql/src/include/utils:
        selfuncs.h (r1.30 -> r1.31)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/selfuncs.h.diff?r1=1.30&r2=1.31)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq:
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Change libpq's PQgetssl() to return a void*, rather than SSL *,