Skip to content

Commit 84a0b07

Browse files
jhfclaude
andcommitted
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARG hypopg_release=1.4.1
2323
ARG index_advisor_release=v0.2.0
2424
ARG pgjwt_release=f3d82fd
2525
ARG pg_graphql_release=9cf4882b3b73e5f15cdcad8f0535ccb7c41db86b
26-
ARG jsonb_stats_release=fd95398
26+
ARG jsonb_stats_release=c4a2595
2727

2828
####################
2929
# Setup Postgres PPA

0 commit comments

Comments
 (0)