Re: Fix jsonpath .decimal() to honor silent mode
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Ewan Young <kdbase.hack@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Chao Li <li.evan.chao@gmail.com>
Date: 2026-07-02T04:50:05Z
Lists: pgsql-hackers
On Wed, Jul 01, 2026 at 08:32:05PM +0800, Ewan Young wrote: > Agreed, that's nicer -- v2 attached does it that way. Applied that down to v17, and buildfarm members longfin and sifaka are complaining about a redefinition of Node on v17 and v18: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=sifaka&dt=2026-07-02%2004%3A00%3A19 https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=longfin&dt=2026-07-02%2004%3A12%3A28 This is 15d7dded0e93 all over again. Double-checking now, if I can.. -- Michael
Commits
-
Fix redefinition of typedef Node in numeric.h
- c768637d6c29 17 (unreleased) landed
- 90789900b84a 18 (unreleased) landed
-
Fix jsonpath .decimal() to honor silent mode
- ab35b8d25286 17 (unreleased) landed
- 84001a04d552 18 (unreleased) landed
- 5bbc9b3000a5 19 (unreleased) landed
- 7b12ae729e6a master landed