pgsql: Fix test for password hash length limit. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Fix test for password hash length limit.
Date
Msg-id E1sxw31-002bdq-QO@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: vacuumdb: Schema-qualify operator in catalog query's WHERE claus
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc PG 17 relnotes: move adminpack item to incompatibilities