Re: System views for versions reporting

From: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
To: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, jian he <jian(dot)universality(at)gmail(dot)com>, Joe Conway <mail(at)joeconway(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: System views for versions reporting
Date: 2025-11-26 19:15:27
Message-ID: hxoniue6zwezas2bnch63bljylhueixabqhshvot4lfbsecxjx@xa4udo2x4hmq
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Wed, Nov 26, 2025 at 04:39:50PM +0100, Laurenz Albe wrote:
> In the documentation of the "type" column, I suggest using
>
> Compile Time or Run Time
>
> (capitalization like in the view results), or even better
>
> <quote>Compile Time</quote> or <quote>Run Time</quote>

Yeah, I've stored them both under "spelling" in my head :) Now
everything should be there.

> But that belongs into the third patch.

Good catch, moved this chunk.

> Perhaps more elegant would be:

I was considering this originally, but my dislike of nested conditions
has prevailed. At the same time I don't mind returning to this version.

I've also realized that MinGW and Visual Studio failures were in fact
due to the uchar.h include not being guarded by USE_ICU.

Attachment Content-Type Size
v6-0001-Add-infrastructure-for-pg_system_versions-view.patch text/plain 11.6 KB
v6-0002-Add-core-versions-to-pg_system_versions.patch text/plain 8.3 KB
v6-0003-Add-JIT-provider-version-to-pg_system_versions.patch text/plain 5.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Myles Lewis 2025-11-26 19:54:08 Re: [PATCH] Add native PIVOT syntax for SQL Server/Oracle compatibility
Previous Message Euler Taveira 2025-11-26 18:59:37 Re: change default default_toast_compression to lz4?