public inbox for [email protected]
help / color / mirror / Atom feedLZ4 enabled by default since 7c1849311e49
7+ messages / 3 participants
[nested] [flat]
* LZ4 enabled by default since 7c1849311e49
@ 2026-03-04 04:31 Michael Paquier <[email protected]>
2026-03-05 19:24 ` Re: LZ4 enabled by default since 7c1849311e49 Andrew Dunstan <[email protected]>
2026-03-12 17:05 ` Re: LZ4 enabled by default since 7c1849311e49 Mark Wong <[email protected]>
0 siblings, 2 replies; 7+ messages in thread
From: Michael Paquier @ 2026-03-04 04:31 UTC (permalink / raw)
To: [email protected]; +Cc: [email protected]; [email protected]; [email protected]; [email protected]
Hi all,
(Added in CC buildfarm owners of animals that I know are already
failing.)
Since 7c1849311e49, LZ4 has been enabled by default in the builds on
HEAD. Like ICU or readline, this can be overridden with the addition
of a --without-lz4 to disable the library. If possible, I would
recommend adding a package like lz4-devel or equivalent so as builds
are able to work.
Sorry for the inconvenience.
Thanks,
--
Michael
Attachments:
[application/pgp-signature] signature.asc (833B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: LZ4 enabled by default since 7c1849311e49
2026-03-04 04:31 LZ4 enabled by default since 7c1849311e49 Michael Paquier <[email protected]>
@ 2026-03-05 19:24 ` Andrew Dunstan <[email protected]>
2026-03-05 22:06 ` Re: LZ4 enabled by default since 7c1849311e49 Michael Paquier <[email protected]>
1 sibling, 1 reply; 7+ messages in thread
From: Andrew Dunstan @ 2026-03-05 19:24 UTC (permalink / raw)
To: Michael Paquier <[email protected]>; [email protected]; +Cc: [email protected]; [email protected]; [email protected]; [email protected]
On 2026-03-03 Tu 11:31 PM, Michael Paquier wrote:
> Hi all,
> (Added in CC buildfarm owners of animals that I know are already
> failing.)
>
> Since 7c1849311e49, LZ4 has been enabled by default in the builds on
> HEAD. Like ICU or readline, this can be overridden with the addition
> of a --without-lz4 to disable the library. If possible, I would
> recommend adding a package like lz4-devel or equivalent so as builds
> are able to work.
>
> Sorry for the inconvenience.
>
If you're building with meson this probably doesn't matter, because it
only builds with explicitly enabled options.
cheers
andrew
--
Andrew Dunstan
EDB: https://www.enterprisedb.com
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: LZ4 enabled by default since 7c1849311e49
2026-03-04 04:31 LZ4 enabled by default since 7c1849311e49 Michael Paquier <[email protected]>
2026-03-05 19:24 ` Re: LZ4 enabled by default since 7c1849311e49 Andrew Dunstan <[email protected]>
@ 2026-03-05 22:06 ` Michael Paquier <[email protected]>
0 siblings, 0 replies; 7+ messages in thread
From: Michael Paquier @ 2026-03-05 22:06 UTC (permalink / raw)
To: Andrew Dunstan <[email protected]>; +Cc: [email protected]; [email protected]; [email protected]; [email protected]; [email protected]
On Thu, Mar 05, 2026 at 02:24:32PM -0500, Andrew Dunstan wrote:
> If you're building with meson this probably doesn't matter, because it only
> builds with explicitly enabled options.
FWIW, it's for this exact reason that I enforce all my option switches
to be disabled or enabled in meson, never automatic. Automatic
enforcement lacks predictibility, especially if a system upgrade has
the idea to break the library detection, because then I would not test
the setup of dependencies I want.
--
Michael
Attachments:
[application/pgp-signature] signature.asc (833B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: LZ4 enabled by default since 7c1849311e49
2026-03-04 04:31 LZ4 enabled by default since 7c1849311e49 Michael Paquier <[email protected]>
@ 2026-03-12 17:05 ` Mark Wong <[email protected]>
2026-03-16 20:36 ` Re: LZ4 enabled by default since 7c1849311e49 Mark Wong <[email protected]>
1 sibling, 1 reply; 7+ messages in thread
From: Mark Wong @ 2026-03-12 17:05 UTC (permalink / raw)
To: Michael Paquier <[email protected]>; +Cc: [email protected]; [email protected]; [email protected]; [email protected]
Hi everyone,
On Wed, Mar 04, 2026 at 01:31:31PM +0900, Michael Paquier wrote:
> Hi all,
> (Added in CC buildfarm owners of animals that I know are already
> failing.)
>
> Since 7c1849311e49, LZ4 has been enabled by default in the builds on
> HEAD. Like ICU or readline, this can be overridden with the addition
> of a --without-lz4 to disable the library. If possible, I would
> recommend adding a package like lz4-devel or equivalent so as builds
> are able to work.
>
> Sorry for the inconvenience.
I'm a little behind in catching up on email. Just wanted to say I'm
starting to get lz4 installed... Will keep you posted.
Regards,
Mark
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: LZ4 enabled by default since 7c1849311e49
2026-03-04 04:31 LZ4 enabled by default since 7c1849311e49 Michael Paquier <[email protected]>
2026-03-12 17:05 ` Re: LZ4 enabled by default since 7c1849311e49 Mark Wong <[email protected]>
@ 2026-03-16 20:36 ` Mark Wong <[email protected]>
2026-03-16 21:40 ` Re: LZ4 enabled by default since 7c1849311e49 Michael Paquier <[email protected]>
0 siblings, 1 reply; 7+ messages in thread
From: Mark Wong @ 2026-03-16 20:36 UTC (permalink / raw)
To: Michael Paquier <[email protected]>; +Cc: [email protected]; [email protected]; [email protected]; [email protected]
On Thu, Mar 12, 2026 at 10:05:42AM -0700, Mark Wong wrote:
> Hi everyone,
>
> On Wed, Mar 04, 2026 at 01:31:31PM +0900, Michael Paquier wrote:
> > Hi all,
> > (Added in CC buildfarm owners of animals that I know are already
> > failing.)
> >
> > Since 7c1849311e49, LZ4 has been enabled by default in the builds on
> > HEAD. Like ICU or readline, this can be overridden with the addition
> > of a --without-lz4 to disable the library. If possible, I would
> > recommend adding a package like lz4-devel or equivalent so as builds
> > are able to work.
> >
> > Sorry for the inconvenience.
>
> I'm a little behind in catching up on email. Just wanted to say I'm
> starting to get lz4 installed... Will keep you posted.
I think have have most, if not all, animals with lz4 packages installed
with lz4 now. (I've been trying to use Ansible to help, but there are
still a number of systems Ansible isn't able to help me with.)
What feels like the best way to continue at this point? Does having me
update configs to set --with-lz4 make more sense than changing the
default?
Regards,
Mark
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: LZ4 enabled by default since 7c1849311e49
2026-03-04 04:31 LZ4 enabled by default since 7c1849311e49 Michael Paquier <[email protected]>
2026-03-12 17:05 ` Re: LZ4 enabled by default since 7c1849311e49 Mark Wong <[email protected]>
2026-03-16 20:36 ` Re: LZ4 enabled by default since 7c1849311e49 Mark Wong <[email protected]>
@ 2026-03-16 21:40 ` Michael Paquier <[email protected]>
2026-03-20 16:27 ` Re: LZ4 enabled by default since 7c1849311e49 Mark Wong <[email protected]>
0 siblings, 1 reply; 7+ messages in thread
From: Michael Paquier @ 2026-03-16 21:40 UTC (permalink / raw)
To: Mark Wong <[email protected]>; +Cc: [email protected]; [email protected]; [email protected]; [email protected]
On Mon, Mar 16, 2026 at 01:36:21PM -0700, Mark Wong wrote:
> I think have have most, if not all, animals with lz4 packages installed
> with lz4 now. (I've been trying to use Ansible to help, but there are
> still a number of systems Ansible isn't able to help me with.)
Thanks for that.
> What feels like the best way to continue at this point? Does having me
> update configs to set --with-lz4 make more sense than changing the
> default?
With LZ4 being the default in TOAST and seeing your fleet of setups, I
would +1 the addition of the switch to provide more coverage in the
buildfarm.
--
Michael
Attachments:
[application/pgp-signature] signature.asc (833B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: LZ4 enabled by default since 7c1849311e49
2026-03-04 04:31 LZ4 enabled by default since 7c1849311e49 Michael Paquier <[email protected]>
2026-03-12 17:05 ` Re: LZ4 enabled by default since 7c1849311e49 Mark Wong <[email protected]>
2026-03-16 20:36 ` Re: LZ4 enabled by default since 7c1849311e49 Mark Wong <[email protected]>
2026-03-16 21:40 ` Re: LZ4 enabled by default since 7c1849311e49 Michael Paquier <[email protected]>
@ 2026-03-20 16:27 ` Mark Wong <[email protected]>
0 siblings, 0 replies; 7+ messages in thread
From: Mark Wong @ 2026-03-20 16:27 UTC (permalink / raw)
To: Michael Paquier <[email protected]>; +Cc: [email protected]; [email protected]; [email protected]; [email protected]; [email protected]
On Tue, Mar 17, 2026 at 06:40:40AM +0900, Michael Paquier wrote:
> On Mon, Mar 16, 2026 at 01:36:21PM -0700, Mark Wong wrote:
> > I think have have most, if not all, animals with lz4 packages installed
> > with lz4 now. (I've been trying to use Ansible to help, but there are
> > still a number of systems Ansible isn't able to help me with.)
>
> Thanks for that.
>
> > What feels like the best way to continue at this point? Does having me
> > update configs to set --with-lz4 make more sense than changing the
> > default?
>
> With LZ4 being the default in TOAST and seeing your fleet of setups, I
> would +1 the addition of the switch to provide more coverage in the
> buildfarm.
Short update, I'll start flipping on lz4 switch next week.
I've added the EDB buildfarm alias in case anyone there wanted to do the
same for the set of animals I've set up there. (FYI I'm no longer with
EDB.)
Regards,
Mark
^ permalink raw reply [nested|flat] 7+ messages in thread
end of thread, other threads:[~2026-03-20 16:27 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-03-04 04:31 LZ4 enabled by default since 7c1849311e49 Michael Paquier <[email protected]>
2026-03-05 19:24 ` Andrew Dunstan <[email protected]>
2026-03-05 22:06 ` Michael Paquier <[email protected]>
2026-03-12 17:05 ` Mark Wong <[email protected]>
2026-03-16 20:36 ` Mark Wong <[email protected]>
2026-03-16 21:40 ` Michael Paquier <[email protected]>
2026-03-20 16:27 ` Mark Wong <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox