pgsql: Fix link error for test_radixtree module on Windows

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix link error for test_radixtree module on Windows
Date: 2024-03-08 04:06:52
Message-ID: E1riRVU-002f4q-08@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix link error for test_radixtree module on Windows

Add back "link_with" directive, similar to the one removed by 1f1d73a8b,
but only for Windows, but use the "_shlib" variation.

Diagnosis by Masahiko Sawada, proposed fix adjusted and tested by me

Per buildfarm members drongo and fairywren

Discussion: https://postgr.es/m/CAD21AoAMm1mQd%3Dw4PrfrKK%3DOMP8j8%3D7ntJRPF8%2B%3D10iUuvwiCA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9552e3ace317ac8bb0a80613c0e5cd6536c96dc8

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

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2024-03-08 04:10:36 pgsql: Revert "Fix link error for test_radixtree module on Windows"
Previous Message David Rowley 2024-03-08 03:42:59 Re: pgsql: Add template for adaptive radix tree