pgsql: Revert "Fix corner case with PGP decompression in pgcrypto"

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Fix corner case with PGP decompression in pgcrypto"
Date: 2020-07-22 23:31:21
Message-ID: E1jyOCn-0005Tf-6T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Fix corner case with PGP decompression in pgcrypto"

This reverts commit 9e10898, after finding out that buildfarm members
running SLES 15 on z390 complain on the compression and decompression
logic of the new test: pipistrelles, barbthroat and steamerduck.

Those hosts are visibly using hardware-specific changes to improve zlib
performance, requiring more investigation.

Thanks to Tom Lane for the discussion.

Discussion: https://postgr.es/m/20200722093749.GA2564@paquier.xyz
Backpatch-through: 9.5

Branch
------
REL_13_STABLE

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

Modified Files
--------------
contrib/pgcrypto/expected/pgp-compression.out | 30 ---------------------------
contrib/pgcrypto/pgp-compress.c | 22 ++++++++++----------
contrib/pgcrypto/sql/pgp-compression.sql | 21 -------------------
3 files changed, 11 insertions(+), 62 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-07-23 03:22:12 pgsql: WAL Log invalidations at command end with wal_level=logical.
Previous Message Tom Lane 2020-07-22 23:19:55 pgsql: Support infinity and -infinity in the numeric data type.