From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: meson: Build pgevent as shared_module rather than shared_library |
Date: | 2024-11-26 17:10:15 |
Message-ID: | E1tFz4p-003dPG-Ei@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
meson: Build pgevent as shared_module rather than shared_library
This matches the behavior of the makefiles and the old MSVC build
system. The main effect is that the build result gets installed into
pkglibdir rather than bindir. The documentation says to locate the
library in pkglibdir, so this makes the code match the documentation
again.
Reviewed-by: Ryohei Takahashi (Fujitsu) <r(dot)takahashi_2(at)fujitsu(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/TY3PR01MB118912125614599641CA881B782522%40TY3PR01MB11891.jpnprd01.prod.outlook.com
Branch
------
REL_16_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/766b0b40aa6a537e8bf899c48736c2ec3ae89869
Modified Files
--------------
src/bin/pgevent/meson.build | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2024-11-26 17:52:20 | pgsql: Distinguish between AcquireExternalFD and epoll_create1 / kqueue |
Previous Message | Álvaro Herrera | 2024-11-26 16:47:06 | pgsql: Clean up newlines following left parentheses |