Re: [HACKERS] Custom compression methods

From: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, David Steele <david(at)pgmasters(dot)net>, Ildus Kurbangaliev <i(dot)kurbangaliev(at)gmail(dot)com>, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [HACKERS] Custom compression methods
Date: 2021-03-12 06:30:12
Message-ID: CAFiTN-uQX2DyUdyGLYza=5RnEpZASukKO7GZv9_n=wfm5EY3Jw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Mar 12, 2021 at 11:55 AM Justin Pryzby <pryzby(at)telsasoft(dot)com> wrote:
>
> It worked everywhere (but everytime someone mail this thread, it queues a
> rebuild).
> http://cfbot.cputube.org/dilip-kumar.html

Okay

> HAVE_LIBLZ4 was being set by AC_CHECK_LIB(), which is no longer used in favour
> of pkgconfig.
> https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/Libraries.html
>
> I saw that PGAC_ARG_BOOL() is setting other USE variables but not HAVE vars, so
> I used USE_LZ4 and changed the code for consistency.

Okay thanks, I will include the changes in the next version.

--
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message tsunakawa.takay@fujitsu.com 2021-03-12 06:36:52 RE: [Patch] Optimize dropping of relation buffers using dlist
Previous Message Justin Pryzby 2021-03-12 06:25:53 Re: [HACKERS] Custom compression methods