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

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove obsolete comment and code from fe-auth.c.
Date: 2023-07-09 04:09:02
Message-ID: E1qILjK-002bf9-RO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)anarazel(dot)de>
Reviewed-by: Peter Eisentraut <peter(at)eisentraut(dot)org>
Reviewed-by: Heikki Linnakangas <hlinnaka(at)iki(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2023-07-09 04:14:33 pgsql: Doc: update old reference to "result cache"
Previous Message Thomas Munro 2023-07-09 00:00:53 pgsql: All supported systems have locale_t.