Re: Bug #838: SSL problems in 7.3

From: Nathan Mueller <nmueller(at)cs(dot)wisc(dot)edu>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #838: SSL problems in 7.3
Date: 2002-12-13 18:06:09
Message-ID: 1039802769.3dfa2191c0de9@www-auth.cs.wisc.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Ok, I think I've gotten this figured out now. I saw this comment in pqcomm.c,
switched the ERROR logs to COMMERROR logs and it all works. I've attached a
patch to be-secure.c that fixes all my problems. Hopefully this is the right fix.

--Nate

/*
* Careful: an elog() that tries to write to the client would
* cause recursion to here, leading to stack overflow and core
* dump! This message must go *only* to the postmaster log.
*/

Attachment Content-Type Size
sslpatch application/octet-stream 1.2 KB

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2002-12-13 18:12:05 Re: server terminated by a query in 7.3
Previous Message Frank van Vugt 2002-12-13 17:47:39 Re: server terminated by a query in 7.3