doc: pgevent.dll location

Ryohei Takahashi (Fujitsu) <r.takahashi_2@fujitsu.com>

From: "Ryohei Takahashi (Fujitsu)" <r.takahashi_2@fujitsu.com>
To: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2024-11-05T03:02:23Z
Lists: pgsql-hackers

Attachments

Hi,


PostgreSQL 17.0 Documentation teach us to run the following command.

  regsvr32 pgsql_library_directory/pgevent.dll

On the other hand, pgevent.dll is moved from lib/ directory to bin/directory on PG 17.0
(It seems that it is moved because of meson)

So, I think the documentation need to be updated like attached.

How do you think about this?


Regards,
Ryohei Takahashi

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