Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Michael Paquier <michael@paquier.xyz>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>, Andrew Dunstan <andrew@dunslane.net>
Date: 2026-04-13T18:50:31Z
Lists: pgsql-hackers
Hi, On 2026-04-14 02:13:52 +0900, Michael Paquier wrote: > +++ b/src/test/regress/parallel_schedule > @@ -128,7 +128,7 @@ test: partition_merge partition_split partition_join partition_prune reloptions > # event_trigger depends on create_am and cannot run concurrently with > # any test that runs DDL > # oidjoins is read-only, though, and should run late for best coverage > -test: oidjoins event_trigger > +test: oidjoins event_trigger compression_pglz The new test creates a function, so I don't think this will be safe? Greetings, Andres Freund
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add tests for low-level PGLZ [de]compression routines
- e138b78cdc96 14.23 landed
- 6b59bd710be1 15.18 landed
- caee654e05e8 16.14 landed
- c78947badc70 17.10 landed
- 42473d90098d 18.4 landed
- 67d318e70402 19 (unreleased) landed
-
Fix heap-buffer-overflow in pglz_decompress() on corrupt input.
- 2b5ba2a0a141 19 (unreleased) cited