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

From Tom Lane
Subject Re: Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows
Date
Msg-id 138233.1726261100@sss.pgh.pa.us
Whole thread Raw
In response to Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows  (Andrew Kane <andrew@ankane.org>)
Responses Re: Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows
List pgsql-hackers
Andrew Kane <andrew@ankane.org> writes:
> 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?

AFAICS it's in the exact same place it was in earlier versions.
You might need to review your linking commands.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andrew Kane
Date:
Subject: Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows
Next
From: Nathan Bossart
Date:
Subject: Re: First draft of PG 17 release notes