Re: libpq compression

From: Ian Zagorskikh <izagorskikh(at)cloudlinux(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Daniil Zakhlystov <usernamedt(at)yandex-team(dot)ru>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org, Konstantin Knizhnik <knizhnik(at)garret(dot)ru>
Subject: Re: libpq compression
Date: 2021-04-22 07:21:24
Message-ID: CAByvzpZWpzFn+j==pBKNwT0iENziOxM8RjA3c6B1nKYOf0Ek-Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

One little fix to 0001-Add-zlib-and-zstd-streaming-compression patch for
configure.ac

================
@@ -1455,6 +1456,7 @@ fi

if test "$with_lz4" = yes; then
AC_CHECK_HEADERS(lz4.h, [], [AC_MSG_ERROR([lz4.h header file is required
for LZ4])])
+fi
================

Otherwise autoconf generates a broken configure script.

--
Best Regards,
Ian Zagorskikh
CloudLinux: https://www.cloudlinux.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message tsunakawa.takay@fujitsu.com 2021-04-22 07:27:28 RE: [bug?] Missed parallel safety checks, and wrong parallel safety
Previous Message Michael Paquier 2021-04-22 06:52:28 Re: multi-install PostgresNode fails with older postgres versions