pgsql: Fix finalization of decompressor astreamers.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix finalization of decompressor astreamers.
Дата
Msg-id E1w4Qwo-000zUP-2h@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix finalization of decompressor astreamers.

Send the correct amount of data to the next astreamer, not the
whole allocated buffer size.  This bug escaped detection because
in present uses the next astreamer is always a tar-file parser
which is insensitive to trailing garbage.  But that may not
be true in future uses.

Author: Andrew Dunstan <andrew@dunslane.net>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/2178517.1774064942@sss.pgh.pa.us
Backpatch-through: 15

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9aa1fcc547021c341606efbc7c343ff96a8bd964

Modified Files
--------------
src/fe_utils/astreamer_gzip.c | 9 +++++----
src/fe_utils/astreamer_lz4.c  | 9 +++++----
src/fe_utils/astreamer_zstd.c | 2 +-
3 files changed, 11 insertions(+), 9 deletions(-)


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