| From: | Andres Freund <andres(at)anarazel(dot)de> |
|---|---|
| To: | Alastair Turner <minion(at)decodable(dot)me> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Add llvm version into the version string |
| Date: | 2024-09-24 13:52:16 |
| Message-ID: | a6m6ymramzybs74bkxq72isym3wej6mmwef3jzcd7ptlnihsun@ae7imt7i6qct |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
On 2024-09-24 13:53:49 +0100, Alastair Turner wrote:
> Since the build and runtime versions may differ for some things like llvm,
> libxml2 and the interpreters behind some of the PLs, it may be valuable to
> expand the view and show two values - a build time (or configure time)
> value and a runtime value for these.
+1
Somewhat orthogonal: I've wondered before whether it'd be useful to have a
view showing the file path and perhaps the soversion of libraries dynamically
loaded into postgres. That's currently hard to figure out over a connection
(which is all a lot of our users have access to).
Greetings,
Andres Freund
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joe Conway | 2024-09-24 13:57:47 | Re: Add llvm version into the version string |
| Previous Message | Bruce Momjian | 2024-09-24 13:34:15 | Re: AIX support |