Re: scram_iterations is undocumented GUC_REPORT
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Pg Hackers <pgsql-hackers@lists.postgresql.org>,
Daniel Gustafsson <daniel@yesql.se>
Date: 2024-01-30T14:36:06Z
Lists: pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes: > I noticed while answering a question that commit b577743000cd added the > GUC scram_iterations and marked it GUC_REPORT, but failed to add it to > the PQparameterStatus documentation. Why is it GUC_REPORT at all? I don't see a strong need for that. (In particular, the report would be delivered too late to be of any use in client authentication.) regards, tom lane
Commits
-
Update PQparameterStatus and ParameterStatus docs
- a39f1a365a3b 17.0 landed
- 17f319659930 16.3 landed
-
Make SCRAM iteration count configurable
- b577743000cd 16.0 cited