Re: Bug #838: SSL problems in 7.3 - Mailing list pgsql-bugs

From Nathan Mueller
Subject Re: Bug #838: SSL problems in 7.3
Date
Msg-id 1039802769.3dfa2191c0de9@www-auth.cs.wisc.edu
Whole thread Raw
In response to Bug #838: SSL problems in 7.3  (pgsql-bugs@postgresql.org)
Responses Re: Bug #838: SSL problems in 7.3  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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

pgsql-bugs by date:

Previous
From: Frank van Vugt
Date:
Subject: Re: server terminated by a query in 7.3
Next
From: Tom Lane
Date:
Subject: Re: server terminated by a query in 7.3