Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)
Date: 2026-04-13 17:13:52
Message-ID: ad0kUD8u6nCqYxbw@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Apr 13, 2026 at 10:08:16AM -0400, Andres Freund wrote:
> I guess that'd work. I don't really see the point in calling these via SQL,
> tbh, but if that's easier for you, using a regress.c helper woul do the trick.

Okay, thanks for the opinion. It makes the addition of more tests
slightly easier as there is no need to rely on an extra wrapper of
what's in pg_lzcompress.h. I have done that in the attached, with
additions to the main regression test suite.
--
Michael

Attachment Content-Type Size
v2-0001-Add-tests-for-low-level-PGLZ-compression.patch text/plain 8.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bertrand Drouvot 2026-04-13 17:15:52 Re: Reduce build times of pg_trgm GIN indexes
Previous Message Robert Haas 2026-04-13 16:54:08 Re: pg_stash_advice doc