We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2453196 commit d5ca15eCopy full SHA for d5ca15e
src/include/nodes/pg_list.h
@@ -485,7 +485,7 @@ for_each_cell_setup(const List *lst, const ListCell *initcell)
485
for (ForEachState var##__state = {(lst), 0}; \
486
(var##__state.l != NIL && \
487
var##__state.i < var##__state.l->length && \
488
- (var = func(&var##__state.l->elements[var##__state.i]), true)); \
+ (var = (type pointer) func(&var##__state.l->elements[var##__state.i]), true)); \
489
var##__state.i++)
490
491
/*
0 commit comments