From: | Dmitry Dolgov <9erthalion6(at)gmail(dot)com> |
---|---|
To: | Joe Conway <mail(at)joeconway(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: System views for versions reporting |
Date: | 2024-10-19 17:31:56 |
Message-ID: | 5jhyl6p3nwcaxczfxuh25q42q6bqlaxyqyfqtw4tldvmm24bw2@rfii5tkwn5rg |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> On Mon, Oct 07, 2024 at 11:26:41AM GMT, Dmitry Dolgov wrote:
> > On Sun, Oct 06, 2024 at 12:01:29PM GMT, Joe Conway wrote:
> > I'm not sure why ICU is "Compile Time" rather than "Run Time" when it is not
> > statically linked.
>
> It reports U_UNICODE_VERSION at compile time. It's not necessarily
> correct though, I can try to replace it with the runtime version. I
> think there was some ICU functionality (something like
> u_getUnicodeVersion), which is maybe a better fit.
>
> > Also, if we are going to include ICU here, shouldn't we
> > also include libc version?
>
> Yeah, why not. One of my goals here is to identify a balanced set of
> useful versions to report.
Here is how it would look like, I've added icu and glibc runtime
versions into the second patch.
Attachment | Content-Type | Size |
---|---|---|
v2-0001-Add-infrastructure-for-pg_system_versions-view.patch | text/plain | 10.5 KB |
v2-0002-Add-core-versions-to-pg_system_versions.patch | text/plain | 7.9 KB |
v2-0003-Add-JIT-provider-version-to-pg_system_versions.patch | text/plain | 4.8 KB |
v2-0004-Add-pg_system_libraries-view.patch | text/plain | 9.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | David G. Johnston | 2024-10-19 20:11:22 | Improve documentation regarding custom settings, placeholders, and the administrative functions |
Previous Message | Pavel Stehule | 2024-10-19 17:13:18 | Re: Wrong security context for deferred triggers? |