ClosePipeStream failure ignored in pg_import_system_collations

Поиск
Список
Период
Сортировка
От Mark Dilger
Тема ClosePipeStream failure ignored in pg_import_system_collations
Дата
Msg-id CAE-h2ToRCx5XC3nQqeNipqhTt9berCYVVEvM4vEfkTKUsk9S4Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: ClosePipeStream failure ignored in pg_import_system_collations  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hackers,

I only see three invocations of ClosePipeStream in the sources.
In two of them, the return value is checked and an error is raised
if it failed.  In the third, the error (if any) is squashed.

I don't know if a pipe stream over "locale -a" could ever fail to
close, but it seems sensible to log an error if it does.

Thoughts?

mark



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: fsync failure in durable_unlink ignored in xlog.c?
Следующее
От: Andres Freund
Дата:
Сообщение: Top-N sorts in EXPLAIN, row count estimates, and parallelism