Обсуждение: pgsql: Remove obsolete comment and code from fe-auth.c.

Поиск
Список
Период
Сортировка

pgsql: Remove obsolete comment and code from fe-auth.c.

От
Thomas Munro
Дата:
Remove obsolete comment and code from fe-auth.c.

We don't use getpwuid() anymore (see commit e757cdd6), so we don't need
locking around pg_get_user_name().

Reviewed-by: Andres Freund <andres@anarazel.de>
Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://postgr.es/m/CA%2BhUKGLtmexrpMtxBRLCVePqV_dtWG-ZsEbyPrYc%2BNBB2TkNsw%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1aadc504bf47ade96178b98fe80803f244c1ee28

Modified Files
--------------
src/interfaces/libpq/fe-auth.c | 11 -----------
1 file changed, 11 deletions(-)