Обсуждение: pgsql: Abort a FETCH_COUNT-controlled query if we observe any I/O error

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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)