Re: Justin Pryzby
> One thing I noticed recently is that the beta RPMs were compiled with
> debug assertions, and the DEBs are not.
In apt.postgresql.org, ALL packages are compiled with --enable-cassert
in the sid-pgdg suite, while all the other suites have cassert
disabled, independently from the PG version.
It has found some bugs over the years in extensions, but about two
orders of magnitude less than I originally expected when enabling it.
Christoph