Re: Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Vladlen Popolitov <v.popolitov@postgrespro.ru>
Cc: Michael Paquier <michael@paquier.xyz>, Andrew Kane <andrew@ankane.org>,
Nathan Bossart <nathandbossart@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>,
pgsql-hackers@postgresql.org
Date: 2024-12-25T16:19:49Z
Lists: pgsql-hackers
On 23/12/2024 14:16, Vladlen Popolitov wrote: > Vladlen Popolitov писал(а) 2024-12-23 15:14: > >> Yes, it is also working option. I applied it and tested in the >> current master under Windows, >> it works. >> >> Attached patch changes this line in meson.build >>> link_with: cflag_libs, >>> + link_whole: cflag_libs, >>> c_pch: pch_c_h, > > I also created entry in the commit fest with this patch > https://commitfest.postgresql.org/51/5457/ Ok, committed that, thanks1 -- Heikki Linnakangas Neon (https://neon.tech)
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