pgsql: Revert "Make some use of anonymous unions [pgcrypto]"

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Make some use of anonymous unions [pgcrypto]"
Date: 2025-09-30 11:13:30
Message-ID: E1v3YIT-000lsW-2d@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Make some use of anonymous unions [pgcrypto]"

This reverts commit efcd5199d8cb8e5098f79b38d0c46004e69d1a46.

I rebased my patch series incorrectly. This patch contained unrelated
parts from another patch, which made the overall build fail. Revert
for now and reconsider.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f5aabe6d58e08179cc656539c4bd0145525bf22f

Modified Files
--------------
contrib/pgcrypto/openssl.c | 14 +++++++-------
contrib/pgcrypto/px.h | 2 +-
src/common/cryptohash.c | 36 ++++++++++++++++++------------------
3 files changed, 26 insertions(+), 26 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2025-09-30 11:15:43 Re: pgsql: Make some use of anonymous unions [pgcrypto]
Previous Message Peter Eisentraut 2025-09-30 10:37:22 pgsql: Make some use of anonymous unions [reorderbuffer xact_time]