| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Back-patch addition of PGDLLIMPORT to un-break Windows BF animal |
| Date: | 2026-04-23 22:12:27 |
| Message-ID: | E1wG2Hb-002OkT-0t@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Back-patch addition of PGDLLIMPORT to un-break Windows BF animals.
drongo has been failing build in the v14 branch since 67d318e70:
regress.obj : error LNK2001: unresolved external symbol PGLZ_strategy_always [C:\\prog\\bf\\root\\REL_14_STABLE\\pgsql.build\\regress.vcxproj]
This is evidently because PGLZ_strategy_always was not marked
PGDLLIMPORT in that branch. Back-patch the relevant part of
8ec569479. (Maybe we should back-patch more of it, but I'm
content to just touch this one file.)
Branch
------
REL_14_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/f76685b250c12f7449a3938b9a27befa812057c4
Modified Files
--------------
src/include/common/pg_lzcompress.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fujii Masao | 2026-04-24 00:05:55 | pgsql: pg_test_timing: fix unit in backward-clock warning |
| Previous Message | Peter Eisentraut | 2026-04-23 19:53:05 | pgsql: Add missing source files to several nls.mk |