Re: Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows

From: Vladlen Popolitov <v(dot)popolitov(at)postgrespro(dot)ru>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Andrew Kane <andrew(at)ankane(dot)org>, Nathan Bossart <nathandbossart(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows
Date: 2024-12-23 12:16:50
Message-ID: f37379175f6899fb2e7c68c7d091a40f@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hayato Kuroda (Fujitsu) 2024-12-23 12:29:28 RE: Logical replication timeout
Previous Message Vladlen Popolitov 2024-12-23 12:14:05 Re: Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows