Re: [HACKERS] Re: SIGPIPE gripe

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: SIGPIPE gripe
Date: 1998-05-04 16:44:23
Message-ID: 5153.894300263@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> writes:
>> I suspect it's not really necessary to do an empty query after this,
>> but we may as well leave that in there for additional reliability.

> I say go without the extra query. We can always add it later if there
> is a problem. Backend startup time should be as fast as possible,

Good point. OK, I'll leave the empty-query code in fe-connect.c,
but ifdef it out, and we'll see if anyone has any problems.

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-05-04 16:52:21 Re: [HACKERS] Auto Type conversion
Previous Message Tom Lane 1998-05-04 16:37:35 No large-object test in regression suite?