On 2025-Sep-30, Ashutosh Bapat wrote:

> Attached patch fixes those errors for me.

> diff --git a/src/common/cryptohash.c b/src/common/cryptohash.c
> index fc0555d2f99..e8a35c2ec35 100644
> --- a/src/common/cryptohash.c
> +++ b/src/common/cryptohash.c
> @@ -61,7 +61,7 @@ struct pg_cryptohash_ctx
>               pg_sha256_ctx sha256;
>               pg_sha384_ctx sha384;
>               pg_sha512_ctx sha512;
> -     }                       data;
> +     };
>  };

Isn't this patch 0015 in Peter's series?

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"Saca el libro que tu religión considere como el indicado para encontrar la
oración que traiga paz a tu alma. Luego rebootea el computador
y ve si funciona" (Carlos Duclós)


Reply via email to