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

From Michael Paquier
Subject Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)
Date
Msg-id ad0kUD8u6nCqYxbw@paquier.xyz
Whole thread Raw
In response to Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)  (Andres Freund <andres@anarazel.de>)
Responses Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)
List 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

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pg_stash_advice doc
Next
From: Bertrand Drouvot
Date:
Subject: Re: Reduce build times of pg_trgm GIN indexes