Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows - Mailing list pgsql-hackers

From Andrew Kane
Subject Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows
Date
Msg-id CAOdR5yF0krWrxycA04rgUKCgKugRvGWzzGLAhDZ9bzNv8g0Lag@mail.gmail.com
Whole thread Raw
Responses Re: Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows
Re: Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows
List pgsql-hackers
Hi,

With Postgres 17 RC1 on Windows, `float_to_shortest_decimal_buf` and `float_to_shortest_decimal_bufn` are not longer exported. This causes `unresolved external symbol` linking errors for extensions that rely on these functions (like pgvector). Can these functions be exported like previous versions of Postgres?

Thanks,
Andrew

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Detailed release notes
Next
From: Tom Lane
Date:
Subject: Re: Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows