pgsql: Add some comments about the safety of accessing rolpassword

Lists: pgsql-committers
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
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)