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

From [email protected] (Tom Lane)
Subject pgsql: Abort a FETCH_COUNT-controlled query if we observe any I/O error
Date
Msg-id [email protected]
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: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Add C comment that we will have to remove an exclusion constraint