Re: psql patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Neil Conway <neilc(at)samurai(dot)com>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: psql patch
Date: 2003-03-20 05:59:27
Message-ID: 200303200559.h2K5xR909043@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied and attached. Thanks.

I had to modify the handling of cancelConn. It wasn't properly being
defined and set in the original patch.

---------------------------------------------------------------------------

Jeroen T. Vermeulen wrote:
> On Mon, Feb 24, 2003 at 01:35:15PM -0500, Tom Lane wrote:
> >
> > Cool; if you can do it that way then the wasted-cycles objection is
> > gone. (I don't think it would have been very interesting to implement
> > the functionality only in the no-readline case, 'cuz just about everyone
> > seems to use readline builds.)
>
> OK. I'm attaching my new patch (which is fixed for the bug in the
> previous attempt, and now touches a lot more code).
>
> After this, I'll get to work on introducing select(), and once that's
> finished we can start experimenting with asynchronous notification
> reports.
>
>
> Jeroen
>

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 21.7 KB

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-03-20 06:02:50 Re: Patch to fix horology regression failure
Previous Message Bruce Momjian 2003-03-20 05:19:28 Re: to_char PL/MI fix