Re: psql: flush output in cursor-fetch mode

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: psql: flush output in cursor-fetch mode
Date: 2007-06-22 02:09:11
Message-ID: 10599.1182478151@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Neil Conway <neilc(at)samurai(dot)com> writes:
> On Wed, 2007-06-20 at 15:51 -0700, Neil Conway wrote:
>> Attached is a patch that fixes this, by calling fflush() on the psql
>> output stream after each call to printQuery() in ExecQueryUsingCursor().

> Applied to HEAD.

Seems reasonable to back-patch into 8.2 too...

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message ITAGAKI Takahiro 2007-06-22 02:09:24 Re: Cancel autovacuum conflicting with DROP TABLE
Previous Message Neil Conway 2007-06-22 01:09:49 Re: psql: flush output in cursor-fetch mode