pgsql: meson: Export all libcommon functions in Windows builds - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: meson: Export all libcommon functions in Windows builds
Date
Msg-id E1tQU60-001IPD-3o@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
meson: Export all libcommon functions in Windows builds

This fixes "unresolved external symbol" errors with extensions that
use functions from libcommon. This was reported with pgvector.

Reported-by: Andrew Kane
Author: Vladlen Popolitov
Backpatch-through: 16, where Meson was introduced
Discussion: https://www.postgresql.org/message-id/CAOdR5yF0krWrxycA04rgUKCgKugRvGWzzGLAhDZ9bzNv8g0Lag@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2571c1d5cc5ed2620d601a7e12179bd951f2e202

Modified Files
--------------
src/common/meson.build | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: guc: reentrant scanner
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Partial pgindent of .l and .y files