Re: Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows
Vladlen Popolitov <v.popolitov@postgrespro.ru>
From: Vladlen Popolitov <v.popolitov@postgrespro.ru>
To: Heikki Linnakangas <hlinnaka@iki.fi>
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-23T12:16:50Z
Lists: pgsql-hackers
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/ -- Best regards, Vladlen Popolitov.
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