Commit 84a0b07
chore: Update jsonb_stats to c4a2595 (fixes SIGSEGV in CTE-inlined aggregate)
The previous version (fd95398) crashed when jsonb_stats_merge_agg was
used inside a PL/pgSQL RETURN QUERY with CTE inlining triggered by
daterange overlap operators. The new version fixes the use-after-free
in the pgrx aggregate finalize function.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent cfc50e4 commit 84a0b07
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments