pgsql: Add some comments about the safety of accessing rolpassword - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add some comments about the safety of accessing rolpassword
Date
Msg-id 20070612171652.A04DC9FB984@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add some comments about the safety of accessing rolpassword without using
the normal heap_getattr() machinery.  Per Greg Stark.

Modified Files:
--------------
    pgsql/src/backend/utils/init:
        flatfiles.c (r1.25 -> r1.26)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/flatfiles.c.diff?r1=1.25&r2=1.26)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Minor comment fixes.
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Update documentation of resultmap file format.