Re: anonymous unions (C11)
От | Álvaro Herrera |
---|---|
Тема | Re: anonymous unions (C11) |
Дата | |
Msg-id | 202509301141.4wu7rvxai54d@alvherre.pgsql обсуждение исходный текст |
Ответ на | Re: anonymous unions (C11) (Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>) |
Ответы |
Re: anonymous unions (C11)
|
Список | pgsql-hackers |
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)
В списке pgsql-hackers по дате отправления: