pgsql: Dept of second thoughts: don't expose rijndael.tbl: rijndael.c

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Dept of second thoughts: don't expose rijndael.tbl: rijndael.c
Дата
Msg-id 20050705231844.C53A252923@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Dept of second thoughts: don't expose rijndael.tbl: rijndael.c dependency
to make.  We ship the table file in the tarball and so this dependency
just opens file timestamp skew problems without doing anything useful.
(Not that it should hurt, either ... except for cross-compile builds.)

Modified Files:
--------------
    pgsql/contrib/pgcrypto:
        Makefile (r1.15 -> r1.16)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/Makefile.diff?r1=1.15&r2=1.16)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add GUC full_page_writes to control writing full pages to WAL.
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Attached is a patch that enhances the "\h" capability in psql.