Re: System views for versions reporting

Laurenz Albe <laurenz.albe@cybertec.at>

From: Laurenz Albe <laurenz.albe@cybertec.at>
To: Dmitry Dolgov <9erthalion6@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, jian he <jian.universality@gmail.com>, Joe Conway <mail@joeconway.com>, pgsql-hackers@postgresql.org
Date: 2025-11-27T14:27:21Z
Lists: pgsql-hackers
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