Re: doc: pgevent.dll location

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, "Ryohei Takahashi (Fujitsu)" <r(dot)takahashi_2(at)fujitsu(dot)com>, Dave Page <dpage(at)pgadmin(dot)org>, Gurjeet Singh <gurjeet(at)singh(dot)im>
Subject: Re: doc: pgevent.dll location
Date: 2024-11-13 08:53:36
Message-ID: 6feeda05-6d12-45b5-b15a-2e4d6cb96734@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Attachment Content-Type Size
0001-meson-Build-pgevent-as-shared_module-rather-than-sha.patch text/plain 1.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2024-11-13 08:56:37 Re: Commit Timestamp and LSN Inversion issue
Previous Message Peter Eisentraut 2024-11-13 08:39:06 Re: Converting contrib SQL functions to new style