pgsql: If we're going to expose VariableStatData for contrib modules to

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: If we're going to expose VariableStatData for contrib modules to
Дата
Msg-id 20060427004659.9850711F6B3E@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq:
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Change libpq's PQgetssl() to return a void*, rather than SSL *,