Re: doc: pgevent.dll location
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Cc: Robert Haas <robertmhaas@gmail.com>,
"Ryohei Takahashi (Fujitsu)" <r.takahashi_2@fujitsu.com>,
Dave Page <dpage@pgadmin.org>, Gurjeet Singh <gurjeet@singh.im>
Date: 2024-11-13T08:53:36Z
Lists: pgsql-hackers
Attachments
- 0001-meson-Build-pgevent-as-shared_module-rather-than-sha.patch (text/plain) patch 0001
On 12.11.24 17:52, Peter Eisentraut 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(). I developed the attached patch for this. I haven't tested it locally, but I checked in the CI logs that the build commands for pgevent don't change with this. CI doesn't test meson install, it seems, so can't actually tell whether this changes the installation directory successfully, but I think it should work. Someone with Windows handy please give this a test.
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