pgsql: Teach pgxs.mk and Install.pm how to install files from a contrib

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Teach pgxs.mk and Install.pm how to install files from a contrib
Дата
Msg-id 20071016160000.1EC77754229@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Teach pgxs.mk and Install.pm how to install files from a contrib module
into SHAREDIR/tsearch_data.  Use this instead of ad-hoc coding in
dict_xsyn/Makefile.  Should fix current ContribCheck failures on MSVC.

Modified Files:
--------------
    pgsql/contrib/dict_xsyn:
        Makefile (r1.1 -> r1.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dict_xsyn/Makefile?r1=1.1&r2=1.2)
    pgsql/src/makefiles:
        pgxs.mk (r1.10 -> r1.11)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/pgxs.mk?r1=1.10&r2=1.11)
    pgsql/src/tools/msvc:
        Install.pm (r1.23 -> r1.24)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Install.pm?r1=1.23&r2=1.24)

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pgsql: Add sample text search dictionary templates and parsers, to
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add sample text search dictionary templates and parsers, to