Re: Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Andrew Kane <andrew@ankane.org>
Cc: Nathan Bossart <nathandbossart@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org
Date: 2024-09-14T00:15:25Z
Lists: pgsql-hackers
On Fri, Sep 13, 2024 at 03:26:42PM -0700, Andrew Kane wrote: > This was my hunch as well since none of the source files changed. Also, > neither function is present with `dumpbin /EXPORTS /SYMBOLS > lib\postgres.lib`, which led me to believe it may need to be addressed > upstream. Hmm. Perhaps we are not careful enough with the calls of msvc_gendef.pl in meson.build, missing some spots? -- Michael
Commits
-
meson: Export all libcommon functions in Windows builds
- 643efb18bf80 16.7 landed
- d8b0c6411648 17.3 landed
- 07f902bd7607 18.0 landed
- 4e0d71ff2259 16.7 landed
- c80acbc6fae8 17.3 landed
- 2571c1d5cc5e 18.0 landed