postgresql/src
Heikki Linnakangas 2571c1d5cc 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
2024-12-25 18:14:18 +02:00
..
backend guc: reentrant scanner 2024-12-25 14:18:07 +01:00
bin Remove pgrminclude annotations 2024-12-24 11:49:07 +01:00
common meson: Export all libcommon functions in Windows builds 2024-12-25 18:14:18 +02:00
fe_utils Fix incorrect source filename references 2024-12-23 19:41:49 +13:00
include syncrep parser: pure parser and reentrant scanner 2024-12-24 18:05:06 +01:00
interfaces libpq: Add service name to PGconn and PQservice() 2024-12-18 14:53:42 +09:00
makefiles Use __attribute__((target(...))) for AVX-512 support. 2024-11-07 13:58:43 -06:00
pl Remove pgrminclude annotations 2024-12-24 11:49:07 +01:00
port Fix elog(FATAL) before PostmasterMain() or just after fork(). 2024-12-10 13:51:59 -08:00
template
test Remove pg_attribute.attcacheoff column 2024-12-20 23:22:37 +13:00
timezone Update time zone data files to tzdata release 2024b. 2024-10-29 11:49:38 -04:00
tools Remove pgrminclude and associated scripts 2024-12-24 14:02:42 +01:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Use <stdint.h> and <inttypes.h> for c.h integers. 2024-12-04 15:05:38 +13:00
Makefile.shlib
meson.build
nls-global.mk