pgsql: Add some comments about the safety of accessing rolpassword

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add some comments about the safety of accessing rolpassword
Date: 2007-06-12 17:16:52
Message-ID: 20070612171652.A04DC9FB984@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2007-06-12 17:49:12 pgsql: Update documentation of resultmap file format.
Previous Message Tom Lane 2007-06-12 16:01:31 pgsql: Minor comment fixes.