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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Dept of second thoughts: don't expose rijndael.tbl: rijndael.c
Date: 2005-07-05 23:18:44
Message-ID: 20050705231844.C53A252923@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-07-06 03:14:49 pgsql: Attached is a patch that enhances the "\h" capability in psql.
Previous Message Bruce Momjian 2005-07-05 23:18:10 pgsql: Add GUC full_page_writes to control writing full pages to WAL.