Re: doc: pgevent.dll location
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: "Ryohei Takahashi (Fujitsu)" <r.takahashi_2@fujitsu.com>,
Dave Page <dpage@pgadmin.org>, Gurjeet Singh <gurjeet@singh.im>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2024-11-12T17:27:37Z
Lists: pgsql-hackers
On Tue, Nov 12, 2024 at 11:52 AM Peter Eisentraut <peter@eisentraut.org> wrote: > So the most straightforward way to "make it work like it used to" would > be to change src/bin/pgevent/meson.build to use shared_module() instead > of shared_library(). > > Based on the explanation in the documentation, this file is really more > of a plugin and less a shared library, so I think that approach would be > more correct than not. I don't understand what the difference is between a shared module and a shared library, so I find it odd that meson treats them differently. However, if the consensus is that moving it back to lib is better than updating the documentation, that's fine with me. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
meson: Build pgevent as shared_module rather than shared_library
- 766b0b40aa6a 16.7 landed
- e00c1e249f9b 17.3 landed
- 4ee130c6e03b 18.0 landed