Re: [PATCH] Add fx exchange support to money type

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Joel Jacobson <joel(at)compiler(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Add fx exchange support to money type
Date: 2026-04-01 14:40:42
Message-ID: 0d2d725f-d05f-4b04-a98d-939309c1e129@proxel.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 4/1/26 9:00 AM, Joel Jacobson wrote:
> As shown above, the FX lookup takes about 38 ms the first time, after
> which the session cache makes subsequent lookups cheap.

Thanks for the patch!

It is very late in the release cycle for 19 but you could add it to the
next commitfest.

Always nice to see some interest in the money type, I have some own
ideas for it for PostgreSQL 20.

--
Andreas Karlsson
Percona

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2026-04-01 14:49:28 Re: 'Bad file descriptor: dup2( 1, 2 )' error on MacOS CI tasks
Previous Message Jim Jones 2026-04-01 14:39:56 Re: WIP - xmlvalidate implementation from TODO list