pgsql: Avoid downcasing/truncation of RADIUS authentication parameters.

2019-11-13 Thread Tom Lane
Avoid downcasing/truncation of RADIUS authentication parameters. Commit 6b76f1bb5 changed all the RADIUS auth parameters to be lists rather than single values. But its use of SplitIdentifierString to parse the list format was not very carefully thought through, because that function thinks it's p

pgsql: Avoid downcasing/truncation of RADIUS authentication parameters.

2019-11-13 Thread Tom Lane
Avoid downcasing/truncation of RADIUS authentication parameters. Commit 6b76f1bb5 changed all the RADIUS auth parameters to be lists rather than single values. But its use of SplitIdentifierString to parse the list format was not very carefully thought through, because that function thinks it's p

pgsql: Avoid downcasing/truncation of RADIUS authentication parameters.

2019-11-13 Thread Tom Lane
Avoid downcasing/truncation of RADIUS authentication parameters. Commit 6b76f1bb5 changed all the RADIUS auth parameters to be lists rather than single values. But its use of SplitIdentifierString to parse the list format was not very carefully thought through, because that function thinks it's p

pgsql: Avoid downcasing/truncation of RADIUS authentication parameters.

2019-11-13 Thread Tom Lane
Avoid downcasing/truncation of RADIUS authentication parameters. Commit 6b76f1bb5 changed all the RADIUS auth parameters to be lists rather than single values. But its use of SplitIdentifierString to parse the list format was not very carefully thought through, because that function thinks it's p