Re: psql: flush output in cursor-fetch mode

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Re: psql: flush output in cursor-fetch mode
Date: 2007-06-22 01:09:49
Message-ID: 1182474589.5764.0.camel@dell.linuxdev.us.dell.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

-Neil

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-06-22 02:09:11 Re: psql: flush output in cursor-fetch mode
Previous Message Tom Lane 2007-06-22 00:14:32 Re: Load Distributed Checkpoints, take 3