Re: [PATCHES] psql: flush output in cursor-fetch mode

2007-06-21 Thread Neil Conway
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



---(end of broadcast)---
TIP 4: Have you searched our list archives?

   http://archives.postgresql.org


Re: [PATCHES] psql: flush output in cursor-fetch mode

2007-06-21 Thread Tom Lane
Neil Conway [EMAIL PROTECTED] 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

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


Re: [PATCHES] psql: flush output in cursor-fetch mode

2007-06-21 Thread Neil Conway
On Thu, 2007-21-06 at 22:09 -0400, Tom Lane wrote:
 Seems reasonable to back-patch into 8.2 too...

Okay, done.

-Neil



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