Hi Alvaro,
On Wed, Mar 12, 2025 at 9:39 PM Alvaro Herrera <alvhe...@alvh.no-ip.org> wrote: > > On 2025-Mar-12, Ashutosh Bapat wrote: > > > Does the test pass for you if you don't apply my patches? > > Yes. It also passes if I keep PG_TEST_EXTRA empty. I am not able to reproduce this problem locally. The test uses In my case the money is printed $<digits before decimal>.<digits after decimal> format in both the dumps. But in your case the money printed from restored database has a space between $ and amount and the amount also has decimal and comma in odd places - I can't figure out what that means or what lc_monetary value would print something like that. Can you please help me with 1. can you please run the test again and share the dump outputs. They will be located in a temporary directory with names src_dump.sql_adjusted and dest_dump.<format>.sql_adjusted. 2. Are you seeing this diff only with plain format or other formats as well? Sorry for the trouble. -- Best Wishes, Ashutosh Bapat