pgsql: Abort a FETCH_COUNT-controlled query if we observe any I/O error - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Abort a FETCH_COUNT-controlled query if we observe any I/O error
Date
Msg-id 20100528200232.C74DA7541D2@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Abort a FETCH_COUNT-controlled query if we observe any I/O error on the
output stream.  This typically indicates that the user quit out of $PAGER,
or that we are writing to a file and ran out of disk space.  In either case
we shouldn't bother to continue fetching data.

Stephen Frost

Modified Files:
--------------
    pgsql/src/bin/psql:
        common.c (r1.144 -> r1.145)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/common.c?r1=1.144&r2=1.145)

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: PGDLLEXPORT is __declspec (dllexport) only on MSVC, but is
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add C comment that we will have to remove an exclusion constraint