pgsql: Update description of parameter password_encryption - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Update description of parameter password_encryption
Date
Msg-id E1jizM3-0007nB-Cg@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update description of parameter password_encryption

The previous description string still described the pre-PostgreSQL
10 (pre eb61136dc75a76caef8460fa939244d8593100f2) behavior of
selecting between encrypted and unencrypted, but it is now choosing
between encryption algorithms.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5a4ada71a8f944600c348a6e4f5feb388ba8bd37

Modified Files
--------------
src/backend/utils/misc/guc.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix ReorderBuffer memory overflow check.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Change default of password_encryption to scram-sha-256