Re: psql patch

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


I have applied the following patch to fix a bug in the new psql patch.
It wasn't handling multi-line /* */ comments properly. Jeroen, would
you review the change. The rest of the changes look very good.

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

pgman wrote:
>
> 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.
>

--
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 1.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Jeroen T. Vermeulen 2003-03-20 22:39:05 Re: psql patch
Previous Message Bruce Momjian 2003-03-20 19:00:11 Re: minor SELECT doc patch