pgsql: Add PG_VERSION_NUM for use by 3rd party applications wanting to

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Add PG_VERSION_NUM for use by 3rd party applications wanting to
Дата
Msg-id 20060228164121.0345B9DC9A1@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add PG_VERSION_NUM for use by 3rd party applications wanting to test the
backend version in C using > and < comparisons.

Modified Files:
--------------
    pgsql:
        configure (r1.480 -> r1.481)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.480&r2=1.481)
        configure.in (r1.450 -> r1.451)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.450&r2=1.451)
    pgsql/src/include:
        pg_config.h.in (r1.93 -> r1.94)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in.diff?r1=1.93&r2=1.94)

В списке pgsql-committers по дате отправления:

Предыдущее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql: 2006-02-28 Francisco Figueiredo Jr.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add: * Split out libpq pgpass and environment documentation