pgsql: Comment out check for substitution of private key file on

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Comment out check for substitution of private key file on
Date: 2005-01-10 00:37:18
Message-ID: 20050110003718.B30113A535F@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Comment out check for substitution of private key file on Windows,
since st_ino can't be trusted on that platform. Per report from T.J.

Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-secure.c (r1.66 -> r1.67)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c.diff?r1=1.66&r2=1.67)

Browse pgsql-committers by date

  From Date Subject
Next Message User Aglio 2005-01-10 02:56:26 press - pr: Added iso-8859-1 encoded Swedish presskit as provided by
Previous Message Tom Lane 2005-01-10 00:20:08 pgsql: Un-break MSVC build, per Andrew Dunstan.