From 18f4452e98d2d6f2467d4da759d113a21526edf3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 22 Sep 2025 14:47:48 +0200 Subject: [PATCH 15/23] C11 anonymous unions [cryptohash] --- src/common/cryptohash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/cryptohash.c b/src/common/cryptohash.c index 533e4aaea36..2390d3ad3da 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; + }; }; /* -- 2.51.0