python - fe: os.getlogin is not portable. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - fe: os.getlogin is not portable.
Date
Msg-id 20050921204537.8F68B1126200@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
os.getlogin is not portable. So just use the hostname instead of user@host :(

Modified Files:
--------------
    fe/src:
        tracenull.py (r1.1.1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.diff?r1=1.1.1.1&r2=1.2)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix postgresql.conf lexer to accept doubled single quotes in
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: Fix MD5 AuthRequest handler.