[COMMITTERS] pgsql: Fix build on zlib-less environments

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема [COMMITTERS] pgsql: Fix build on zlib-less environments
Дата
Msg-id E1ddLUQ-0007Fn-MD@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix build on zlib-less environments

Commit 4d57e8381677 added support for getting I/O errors out of zlib,
but it introduced a portability problem for systems without zlib.
Repair by wrapping the zlib call inside #ifdef and restore the original
code in the other branch.

This serves to illustrate the inadequacy of the zlib abstraction in
pg_backup_archiver: there is no way to call gzerror() in that
abstraction.  This means that the several places that call GZREAD and
GZWRITE are currently doing error reporting wrongly, but ENOTIME to get
it fixed before next week's release set.

Backpatch to 9.4, like the commit that introduced the problem.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/pg_backup_tar.c | 6 ++++++
1 file changed, 6 insertions(+)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix lock upgrade hazard in ATExecAttachPartition.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEWcommand