pgsql: Fix test for password hash length limit.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix test for password hash length limit.
Date: 2024-10-07 22:17:47
Message-ID: E1sxw31-002bdq-QO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix test for password hash length limit.

In commit 8275325a06, I forgot to update password_1.out (an
alternative expected test output file added by commit 3c44e7d8d4),
so this test began failing on machines with FIPS mode enabled.

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/password_1.out | 7 +++++++
1 file changed, 7 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2024-10-08 00:11:50 pgsql: doc PG 17 relnotes: move adminpack item to incompatibilities
Previous Message Nathan Bossart 2024-10-07 21:50:11 pgsql: vacuumdb: Schema-qualify operator in catalog query's WHERE claus