pgsql: Add comment that on Win32, we don't need to check the .pgpass

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add comment that on Win32, we don't need to check the .pgpass
Date: 2007-02-20 15:20:51
Message-ID: 20070220152051.F2DFF9FBAD2@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add comment that on Win32, we don't need to check the .pgpass file
permission, per Magnus.

Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-connect.c (r1.343 -> r1.344)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c.diff?r1=1.343&r2=1.344)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-20 15:21:42 pgsql: Remove, item not needed for Win32: < o Check .pgpass file
Previous Message Bruce Momjian 2007-02-20 15:01:17 pgsql: Remove "History" sections for pg_dump and pg_restore.