From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix compilation of uuid-ossp |
Date: | 2020-12-10 03:53:46 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Fix compilation of uuid-ossp
This module had a dependency on pgcrypto's md5.c that got removed by
b67b57a. Instead of the code from pgcrypto, this code can just use the
new cryptohash routines for MD5 as a drop-in replacement, so let's just
do this switch. This has also the merit to simplify a bit the
compilation of uuid-ossp.
This requires --with-uuid to be reproduced, and I have used e2fs as a
way to reproduce the failure, then test this commit.
Per reports from buildfarm members longfin, florican and sifaka.
Discussion: https://postgr.es/m/[email protected]
Branch
------
master
Modified Files
--------------
configure | 4 ++--
configure.ac | 4 ++--
contrib/uuid-ossp/Makefile | 4 ++--
contrib/uuid-ossp/uuid-ossp.c | 16 ++++++++++------
4 files changed, 16 insertions(+), 12 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2020-12-10 03:59:30 | Re: pgsql: Refactor MD5 implementations according to new cryptohash infrast |
Previous Message | Michael Paquier | 2020-12-10 03:18:57 | Re: pgsql: Refactor MD5 implementations according to new cryptohash infrast |