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
- 001-doc-pgevent.patch (application/octet-stream) patch
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 →
-
meson: Build pgevent as shared_module rather than shared_library
- 766b0b40aa6a 16.7 landed
- e00c1e249f9b 17.3 landed
- 4ee130c6e03b 18.0 landed