Re: psql patch

From: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Neil Conway <neilc(at)samurai(dot)com>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: psql patch
Date: 2003-02-22 16:07:45
Message-ID: 20030222160745.GF65954@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Fri, Feb 21, 2003 at 09:44:27PM -0500, Tom Lane wrote:
>
> I have backed out the patch so I could get work done ;-). Please repair
> it and resubmit.

Mea culpa, mea culpa, mea maxima maxima culpa. I misspelled the
comparison operator for two clauses in a loop condition. I'll submit
an updated patch once I've done some more testing (I'm not yet 100%
sure that my new version if free of memory leaks).

One of the goals of my patch is to enable immediate notification of
notifications, even when the listening process isn't issuing a query.
Maybe it would be nice to be able to check for notifications e.g.
whenever the input line is empty. That change would be rather messy
without a slight restructuring.

Jeroen

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-02-22 16:08:21 Re: pg_ctl -w port detection
Previous Message Greg Sabino Mullane 2003-02-22 14:57:47 pg_ctl -w port detection