pgsql: Make sure we produce a useful error message for the case where

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make sure we produce a useful error message for the case where
Date: 2004-11-20 00:35:23
Message-ID: 20041120003523.4B26A3A3C06@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make sure we produce a useful error message for the case where the
postgresql.crt file simply isn't there, too.

Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-secure.c (r1.56 -> r1.57)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c.diff?r1=1.56&r2=1.57)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-11-20 00:49:31 pgsql: Move pgstat_report_tabstat() call so that stats are not reported
Previous Message Tom Lane 2004-11-20 00:18:22 pgsql: Improve error reporting for SSL connection failures.