Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows

From: Andrew Kane <andrew(at)ankane(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows
Date: 2024-09-13 20:07:13
Message-ID: CAOdR5yF0krWrxycA04rgUKCgKugRvGWzzGLAhDZ9bzNv8g0Lag@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2024-09-13 20:17:31 Re: First draft of PG 17 release notes
Previous Message Bruce Momjian 2024-09-13 16:39:28 Re: Detailed release notes