Re: System views for versions reporting - Mailing list pgsql-hackers

From Dmitry Dolgov
Subject Re: System views for versions reporting
Date
Msg-id arKP4SWL-9eQXZH0@ddolgov-thinkpadt14sgen1.rmtde.csb
Whole thread
In response to Re: System views for versions reporting  (Laurenz Albe <laurenz.albe@cybertec.at>)
Responses Re: System views for versions reporting
List pgsql-hackers
> On Thu, Nov 27, 2025 at 03:27:21PM +0100, Laurenz Albe wrote:
> 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.

Delayed thanks.

I just have noticed that the patch is not applied cleanly for some time,
here is the rebase.

Attachment

pgsql-hackers by date:

Previous
From: Jeevan Chalke
Date:
Subject: Re: Add PRODUCT() aggregate function
Next
From: Manu
Date:
Subject: Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table