pgsql: meson: Export all libcommon functions in Windows builds

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Export all libcommon functions in Windows builds
Date: 2024-12-25 16:18:52
Message-ID: E1tQU60-001IPE-4Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c80acbc6fae828fc1f88ef7fc1584bdbccb8de65

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-12-25 17:00:34 pgsql: Partial pgindent of .l and .y files
Previous Message Peter Eisentraut 2024-12-25 13:49:16 pgsql: guc: reentrant scanner