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

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 →
  1. meson: Build pgevent as shared_module rather than shared_library