Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fc73125

Browse files
committed
Fix endless loop in partition_filter.c
1 parent bbf5a65 commit fc73125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/partition_filter.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ fetch_estate_mod_data(EState *estate)
12211221
if (cb->func == pf_memcxt_callback)
12221222
return (estate_mod_data *) cb->arg;
12231223

1224-
cb = estate_mcxt->reset_cbs->next;
1224+
cb = cb->next;
12251225
}
12261226

12271227
/* Have to create a new one */

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /