Re: Add llvm version into the version string - Mailing list pgsql-hackers

From Dmitry Dolgov
Subject Re: Add llvm version into the version string
Date
Msg-id 3eg6oy33jzczufdsk55eoioh7zu4e32vlsipckzyrawfihxsds@ldsenfvgp3l3
Whole thread Raw
In response to Re: Add llvm version into the version string  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> On Mon, Sep 23, 2024 at 02:45:18PM GMT, Tom Lane wrote:
> Maybe another idea could be a new system view?
>
> => select * from pg_system_version;
>      property     |     value
> ----------------------------------------
>  core version     | 18.1
>  architecture     | x86_64-pc-linux-gnu
>  word size        | 64 bit
>  compiler         | gcc (GCC) 12.5.0
>  ICU version      | 60.3
>  LLVM version     | 18.1.0
>  ...
>
> Adding rows to a view over time seems way less likely to cause
> problems than messing with a string people probably have crufty
> parsing code for.

Agree, the idea with a new system view sounds interesting. I'll try to
experiment in this direction, thanks.



pgsql-hackers by date:

Previous
From: Vladlen Popolitov
Date:
Subject: Re: Increase of maintenance_work_mem limit in 64-bit Windows
Next
From: Peter Eisentraut
Date:
Subject: Re: Index AM API cleanup