Remove scram_client_key_len and scram_server_key_len from PGconn

Commit 761c79508e7 added scram_client_key_len and scram_server_key_len
to PGconn, but no consumer read the fields and there were no accessor
functions defined.  Code which need the length use SCRAM_MAX_KEY_LEN
which the new fields were also verified to match, so remove the fields
as they are not used.

Author: Aleksander Alekseev <[email protected]>
Reviewed-by: Matheus Alcantara <[email protected]>
Discussion: 
https://postgr.es/m/caj7c6tmx3pyuw86zejgs4kua0vqpzzeg2scue+nnp08fbku...@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 2 --
src/interfaces/libpq/libpq-int.h  | 2 --
2 files changed, 4 deletions(-)

Reply via email to