Thanks, the patch looks good now. There is one tiny thing that I noticed only now, sorry:
> --- a/src/backend/utils/misc/Makefile > +++ b/src/backend/utils/misc/Makefile > @@ -32,7 +32,8 @@ OBJS = \ > stack_depth.o \ > superuser.o \ > timeout.o \ > - tzparser.o > + tzparser.o \ > + system_version.o That looks like an alphabetically sorted list too, so you should preserve that ordering. Anyway, I'll set this patch "ready for committer". I am not sure if this reduced form (no report on zstd, lz4, openssl, zlib etc.) is good enough for release, but I'll leave that decision to a committer. Yours, Laurenz Albe
