pgsql: pgcrypto: remove unused BF_ASM macro

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pgcrypto: remove unused BF_ASM macro
Date: 2026-09-01 11:56:56
Message-ID: E1x1N6l-0000000326Q-38rk@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgcrypto: remove unused BF_ASM macro

This has never been defined to anything but 0, and the _BF_body_r
function it would call has never existed.

Author: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://www.postgresql.org/message-id/flat/87ldew2yqu.fsf%40wibble.ilmari.org

Branch
------
master

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

Modified Files
--------------
contrib/pgcrypto/crypt-blowfish.c | 12 ------------
1 file changed, 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2026-09-01 13:52:08 pgsql: doc: clarify aliasing of VALUES in FROM clauses
Previous Message Peter Eisentraut 2026-09-01 11:50:00 pgsql: Replace px_memset() with explicit_bzero()