• T
    Remove error report from pq_endmessage when pq_putmessage fails. The · 6ccb2af7
    Tom Lane 提交于
    only possible failure is in pq_flush, which will log a (better!) report
    anyway --- so pq_endmessage is just cluttering the log with a redundant
    entry.  This matters when a client crashes partway through a large query,
    since we will emit many broken-pipe reports before finishing the query
    and exiting.
    6ccb2af7
pqformat.c 8.5 KB